Improve the home page slightly

This commit is contained in:
Eryn Wells 2022-11-18 08:28:58 -08:00
parent 2c1f64cbca
commit cc4b1df2bf
4 changed files with 10 additions and 5 deletions

View file

@ -21,8 +21,10 @@ h1 {
h1 { font-size: 4.25rem; }
}
html {
font-size: clamp(var(--font-size-min), 2.5vw, var(--font-size-max));
@media (max-width: 599px) {
html {
--font-size-scale-factor: 1.33vmax;
}
}
main {
@ -65,6 +67,7 @@ main h1 {
nav {
align-items: baseline;
align-self: center;
display: flex;
list-style: none;
text-transform: lowercase;