mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
images: make CSS less intrusive #576
This commit is contained in:
parent
686ea66e67
commit
250bacfdfc
1 changed files with 3 additions and 3 deletions
|
@ -322,11 +322,11 @@ dd {
|
|||
z-index: 70;
|
||||
}
|
||||
|
||||
#body img:not(.lightbox-image),
|
||||
#body img.center,
|
||||
#body img,
|
||||
#body .video-container {
|
||||
display: block;
|
||||
margin: 1.5rem auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue