Better margins between images in news
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
bd9629a09f
commit
92438d7491
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue