Swap header sizes

This commit is contained in:
Kaisaan 2024-06-20 00:03:58 -04:00
parent 2668ce8ba5
commit b2d77cedf2

View File

@ -40,12 +40,12 @@ li {
}
h1 {
font-size: 3em;
font-size: 4em;
margin-bottom: 0px;
}
h2 {
font-size: 4em;
font-size: 3em;
margin-bottom: 0px;
}