mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 13:22:50 -05:00
Fix article images squished
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user