SiteHeader: Make the font sizes bigger and bolder

This commit is contained in:
Eryn Wells 2024-08-02 15:48:07 -07:00
parent 5b1eeee5e9
commit deefba4192

View file

@ -30,7 +30,7 @@
.site-header__title {
color: var(--text-color-primary);
font-size: var(--text-m);
font-weight: normal;
font-weight: medium;
letter-spacing: 0.05em;
a {
@ -43,7 +43,7 @@
}
.site-header__nav {
font-size: var(--text-s);
font-size: var(--text-m);
font-weight: normal;
ul {