Add space between text an images
This commit is contained in:
parent
69fe04ef3f
commit
2ba9edfe29
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user