fixup! Make nav a 2rem on width > 768px

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2023-06-11 21:18:54 +00:00
parent 4595c5633d
commit 1636a436f9

View file

@ -58,7 +58,9 @@ header nav ul li a:hover {
} }
@media (max-width: 768px) { @media (max-width: 768px) {
header nav ul li a {
font-size: 2rem; font-size: 2rem;
}
} }
.page h2 { .page h2 {