forgot some vh

This commit is contained in:
Pagwin 2024-11-13 23:16:06 -05:00
parent 98029e2bf6
commit 391b289ff2
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -30,10 +30,10 @@ a:hover {
/*font sizes*/ /*font sizes*/
h1 { h1 {
font-size:3.5vh; font-size:1.95rem;
} }
h2 { h2 {
font-size: 3vh; font-size: 1.65rem;
} }
p{ p{
font-size: var(--base-text-size); font-size: var(--base-text-size);