style: Adjust hero h1 font size to 2.5rem

This commit is contained in:
Paul Gauthier 2025-03-21 13:56:05 -07:00 committed by Paul Gauthier (aider)
parent 099fc7b31e
commit 279e7e1456

View file

@ -143,7 +143,7 @@ nav {
} }
.hero h1 { .hero h1 {
font-size: 3rem; font-size: 2.5rem;
margin-bottom: var(--heading-spacing); margin-bottom: var(--heading-spacing);
color: var(--dark); color: var(--dark);
text-align: left; text-align: left;