mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
theme: fix margins for images #92
This commit is contained in:
parent
5ad6824912
commit
7e445ee200
1 changed files with 1 additions and 2 deletions
|
@ -283,8 +283,7 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
#body img, #body .video-container {
|
#body img, #body .video-container {
|
||||||
margin-left: auto;
|
margin: 1.5rem auto;
|
||||||
margin-right: auto;
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue