Add space between text an images

This commit is contained in:
Trigus42 2024-10-12 02:10:32 +02:00
parent 69fe04ef3f
commit 2ba9edfe29

View File

@ -43,3 +43,10 @@ a:hover,
a:focus {
color: #01c4e5 !important;
}
/* Add margin to images so they aren't too close to the text */
.md-content__inner img
{
margin-top: 1em;
margin-bottom: 1em;
}