Adjust min-height of header
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-10-23 14:16:35 -06:00
parent 6cfc2437d9
commit 2bb20a5f4b
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -269,7 +269,7 @@ li {
.heading-3 {
font-size: 28vw;
min-height: 28vw;
min-height: calc(28vw * 2.1);
}
}