mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-13 19:20:19 +00:00
Add space between text an images
This commit is contained in:
parent
69fe04ef3f
commit
2ba9edfe29
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Reference in a new issue