mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +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%;
|
||||
}
|
||||
#body img, #body .video-container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin: 1.5rem auto;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue