theme: fix margins for images #92

This commit is contained in:
Sören Weber 2021-10-06 19:55:06 +02:00
parent 5ad6824912
commit 7e445ee200
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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;
}