Fix article images squished

This commit is contained in:
Kalle 2025-12-31 17:05:51 +02:00
parent 4f991676dc
commit 675d92affa

View File

@ -426,6 +426,10 @@ abbr[title] {
padding-block: var(--s-2-5);
}
.article img {
height: auto;
}
.calendar__event__tags {
display: flex;
max-width: var(--tags-max-width, 18rem);