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

@ -1,9 +1,3 @@
#gallery {
& time {
display: flex;
align-self: center;
}
}
#artworks {
& ul {
display: grid;
@ -11,29 +5,21 @@
auto-fill,
minmax(min(var(--thumb), 100%), 1fr)
);
padding: 0;
margin: 0;
gap: var(--pad-l);
& a {
display: block;
}
}
& figure {
margin: 0;
border-style: solid;
& img {
display: flex;
width: 100%;
height: var(--thumb);
object-fit: cover;
}
& figcaption {
display: inline-flex;
font-size: 1.4rem;
display: flex;
align-items: baseline;
text-decoration-style: none;
}
& .count {
margin: auto 0 0 auto;
@ -42,16 +28,9 @@
}
#art {
display: flex;
flex-direction: column;
width: fit-content;
& p {
max-width: var(--post);
}
& h3 {
display: flex;
gap: var(--pad-s);
}
& section:has(a:nth-child(n + 2)) {
display: flex;
flex-direction: row;
@ -68,14 +47,6 @@
}
}
}
@media screen and (max-width: 1500px) {
#art section:has(a:nth-child(n + 2)) {
flex-direction: column;
& a {
width: 100%;
}
}
}
@media screen and (max-width: 916px) {
#art p {
max-width: auto;