mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix article images squished
This commit is contained in:
parent
4f991676dc
commit
675d92affa
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user