This commit is contained in:
sundae 2026-03-06 11:03:17 +02:00
commit 4972cbe693
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
40 changed files with 499 additions and 286 deletions

View file

@ -37,6 +37,7 @@
font-size: 1.4rem;
display: flex;
align-items: baseline;
text-decoration-style: none;
}
& .count {
margin: auto 0 0 auto;
@ -48,7 +49,10 @@
display: flex;
flex-direction: column;
width: fit-content;
h3 {
& p {
max-width: var(--post);
}
& h3 {
display: flex;
gap: var(--pad-sm);
}
@ -77,6 +81,9 @@
}
}
@media screen and (max-width: 920px) {
#art p {
max-width: auto;
}
#art a:has(img) {
width: auto;
}