ore updates i don't wanna split this up lbr

This commit is contained in:
2026-04-30 08:58:58 -07:00
parent 0abf2dd167
commit 5fa39c1148
12 changed files with 213 additions and 58 deletions

View File

@ -1,15 +1,15 @@
#ads {
#listings {
columns: 3;
}
@media (max-width: 1050px) {
#ads {
#listings {
columns: 2;
}
}
@media (max-width: 650px) {
#ads {
#listings {
columns: 1;
}
}
@ -18,11 +18,11 @@
#jump-links {
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: solid var(--color-purple);
border-bottom: solid var(--color-pink);
}
#jump-links h2,
#category-list li {
#jump-links li {
font-family: "Bebas Neue";
font-size: 1.3rem;
font-weight: normal;
@ -32,12 +32,16 @@
display: inline;
}
#category-list li {
#jump-links a {
text-decoration: none;
}
#jump-links li {
list-style: none;
margin: 0;
}
#category-list li:not(:last-child)::after {
#jump-links li:not(:last-child)::after {
content: "..." / "";
}
@ -45,8 +49,6 @@
.category {
break-inside: avoid;
border-bottom: solid var(--color-purple);
margin-bottom: 1rem;
}
.category-title {
@ -78,27 +80,26 @@
.category-title h2 {
scroll-margin-top: 4rem;
font-family: "Bebas Neue";
margin: 0;
}
.category-title p {
text-align: right;
font-weight: bold;
margin: 0;
}
/* individual ads */
/* individual listings */
.ad {
.listing {
margin-bottom: 1rem;
}
.ad:not(:last-child) {
border-bottom: thin solid var(--color-purple);
padding-bottom: 1rem;
}
.blurb {
margin-bottom: .5rem;
}
.blurb a {
.blurb strong {
font-weight: bold;
}