This commit is contained in:
2026-05-05 17:14:05 -07:00
parent 72d5f8b2be
commit 9b3b15ab2e
12 changed files with 66 additions and 123 deletions

View File

@ -23,7 +23,7 @@
<style>.category-title {
font-family: "Bebas Neue";
font-family: "Bebas Neue", sans-serif;
font-size: 1.5rem;
background-color: var(--color-gray);
padding: .25rem;
@ -60,7 +60,7 @@ body {
width: 65%;
max-width: 1400px;
margin: 0 auto;
font-family: "Fraunces";
font-family: "Fraunces", serif;
font-weight: 300;
}
@ -87,7 +87,7 @@ h1, h2, h3 {
h1 {
text-align: center;
font-size: 3rem;
margin: 3rem auto 1rem;
margin: 3rem auto;
}
@media (max-width: 650px) {
@ -97,11 +97,6 @@ h1 {
}
}
h2 {
text-align: center;
margin-bottom: 4rem;
}
h3 {
text-transform: capitalize;
margin-bottom: .5rem;
@ -169,7 +164,7 @@ footer ul {
header,
nav li,
footer li {
font-family: "Bebas Neue";
font-family: "Bebas Neue", sans-serif;
font-size: 1.3rem;
}
@ -349,6 +344,6 @@ a[aria-current="page"] {
</footer>
<!-- This page `/submit/` was built on 2026-05-06T00:08:12.196Z -->
<!-- This page `/submit/` was built on 2026-05-06T00:13:55.643Z -->
</body>
</html>