optimize image scaling

pull/1/head
maia arson crimew 2023-07-13 16:17:29 +02:00
parent 54c57017e1
commit 575ab86454
1 changed files with 7 additions and 1 deletions

View File

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