15 lines
259 B
CSS
15 lines
259 B
CSS
|
/*************************
|
||
|
# COMPONENT: SITE HEADER
|
||
|
*************************/
|
||
|
|
||
|
.site-header__container {
|
||
|
.site-header__title {
|
||
|
font-family: var(--font-family-heading);
|
||
|
}
|
||
|
|
||
|
.site-header__nav {
|
||
|
font-size: smaller;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
}
|