Better margins between images in news

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-08-19 21:20:12 +02:00
parent bd9629a09f
commit 92438d7491

View file

@ -255,7 +255,7 @@ footer {
.news_image, .news_video {
max-height: 520px;
max-width: 300px;
margin-left: 0.5rem;
margin: 0.5rem;
display: inline-block;
vertical-align: top;
width: auto;
@ -263,6 +263,7 @@ footer {
.news_image_landscape {
max-height: 520px;
margin: 0.5rem;
display: inline-block;
vertical-align: top;
width: auto;