add name change warning and tweak some styles to fit

This commit is contained in:
2026-05-05 12:46:24 -07:00
parent a4338717e4
commit e9c5c32026
3 changed files with 7 additions and 3 deletions

View File

@ -78,6 +78,7 @@
}
.category-title h2 {
text-align: left;
scroll-margin-top: 4rem;
font-family: "Bebas Neue";
margin: 0;

View File

@ -50,14 +50,14 @@ main {
}
}
h1, h3 {
h1, h2, h3 {
font-weight: 400;
}
h1 {
text-align: center;
font-size: 3rem;
margin: 3rem auto;
margin: 3rem auto 1rem;
}
@media (max-width: 650px) {
@ -68,7 +68,8 @@ h1 {
}
h2 {
margin-bottom: 1rem;
text-align: center;
margin-bottom: 4rem;
}
h3 {