[css] Fixed too wide images in news

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-03-23 13:02:51 +01:00
parent 7ad8879596
commit 9e1d985458

View file

@ -43,7 +43,7 @@ main {
}
img {
max-width: 90%;
max-width: 100%;
}
img[alt="logo"] {
@ -234,8 +234,6 @@ footer {
.news_image_landscape {
max-height: 520px;
max-width: 500px;
margin-left: 0.5rem;
display: inline-block;
vertical-align: top;
width: auto;