Skip to content

Commit

Permalink
Better margins between images in news
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Aug 19, 2024
1 parent bd9629a commit 92438d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,14 +255,15 @@ 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;
}

.news_image_landscape {
max-height: 520px;
margin: 0.5rem;
display: inline-block;
vertical-align: top;
width: auto;
Expand Down

0 comments on commit 92438d7

Please sign in to comment.