remove extra margin after image preview

This commit is contained in:
Hendrik L 2024-12-09 18:15:40 +01:00
parent 67d59e2657
commit cd2cbd44a6
2 changed files with 0 additions and 4 deletions

View file

@ -894,7 +894,6 @@ div.navbar {
.post_teaser_image_preview {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.post_teaser_image_preview a {
display: inline-block;
@ -911,7 +910,6 @@ div.navbar {
.post_teaser_video_preview {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
position: relative;
}
.post_teaser_video_preview .fe-video {

View file

@ -491,7 +491,6 @@ div.navbar {
.post_teaser_image_preview {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
a {
display: inline-block;
max-width: 512px;
@ -508,7 +507,6 @@ div.navbar {
.post_teaser_video_preview {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
position: relative;
.fe-video {