Fix <li> size and padding

This commit is contained in:
Kaisaan 2024-06-19 23:54:57 -04:00
parent ded2bc06b0
commit 92bc26b5fc

View File

@ -26,11 +26,11 @@ body {
font-size: 10px; font-size: 10px;
} }
p, h1, h2 { p, li, h1, h2 {
margin: 2%; margin: 2%;
} }
p { p, li {
font-size: 2em; font-size: 2em;
} }
@ -40,6 +40,7 @@ h1 {
} }
h2 { h2 {
font-size: 4em;
margin-bottom: 0px; margin-bottom: 0px;
} }