SiteHeader: Make the font sizes bigger and bolder
This commit is contained in:
parent
5b1eeee5e9
commit
deefba4192
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
.site-header__title {
|
.site-header__title {
|
||||||
color: var(--text-color-primary);
|
color: var(--text-color-primary);
|
||||||
font-size: var(--text-m);
|
font-size: var(--text-m);
|
||||||
font-weight: normal;
|
font-weight: medium;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header__nav {
|
.site-header__nav {
|
||||||
font-size: var(--text-s);
|
font-size: var(--text-m);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue