optimize image scaling

This commit is contained in:
maia arson crimew 2023-07-13 16:17:29 +02:00
parent 54c57017e1
commit 575ab86454

View file

@ -79,6 +79,12 @@ time,
border-bottom: 1px dotted rgb(219, 103, 167); border-bottom: 1px dotted rgb(219, 103, 167);
} }
.article_header {
img {
width: 100%;
}
}
.related { .related {
margin-top: 18px; margin-top: 18px;
border-top: 1px dotted rgb(219, 103, 167); border-top: 1px dotted rgb(219, 103, 167);
@ -105,7 +111,7 @@ time,
} }
img { img {
max-width: 75%; max-width: 100%;
} }
.tag { .tag {