Fix margins

This commit is contained in:
Kaisaan 2024-06-20 00:03:02 -04:00
parent 92bc26b5fc
commit 2668ce8ba5

View File

@ -30,10 +30,15 @@ p, li, h1, h2 {
margin: 2%; margin: 2%;
} }
p, li { p {
font-size: 2em; font-size: 2em;
} }
li {
font-size: 2em;
margin-bottom: 0px;
}
h1 { h1 {
font-size: 3em; font-size: 3em;
margin-bottom: 0px; margin-bottom: 0px;