ore updates i don't wanna split this up lbr
This commit is contained in:
33
css/home.css
33
css/home.css
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user