oh no i bit more than i could chew oh fuck oh shit *dies*

This commit is contained in:
sundae 2026-04-07 11:43:33 +03:00
commit 19b436ead1
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
73 changed files with 553 additions and 780 deletions

View file

@ -90,7 +90,9 @@ article > .postscript {
gap: var(--pad-m);
}
& > img {
transition: height var(--trans), border-radius var(--trans),
transition:
height var(--trans),
border-radius var(--trans),
background-color var(--trans);
border-radius: var(--round);
min-height: fit-content;
@ -114,7 +116,6 @@ article > .postscript {
}
#posts {
max-width: var(--post);
& ul {
display: flex;
flex-direction: column;
@ -142,7 +143,7 @@ article > .postscript {
}
}
}
@media screen and (max-width: 920px) {
@media screen and (max-width: 916px) {
article aside {
float: unset;
width: fit-content;
@ -150,10 +151,6 @@ article > .postscript {
article section {
flex-direction: column;
}
#posts {
max-width: unset;
width: auto;
}
article > .postscript {
& p {
margin-right: var(--pad-sm);
@ -163,15 +160,4 @@ article > .postscript {
}
}
}
}
@media (prefers-reduced-motion: reduce) {
article > .postscript {
& p,
p > img {
transition: none;
}
}
#blog #posts a {
transition: none;
}
}
}