We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ee541 commit 08617deCopy full SHA for 08617de
1 file changed
app/assets/stylesheets/marketing_redesign/components/_header.css
@@ -5,10 +5,10 @@ header {
5
padding: var(--space--base) Max(var(--space--base), (100% - var(--container--large)) / 2);
6
font-family: var(--font-family--heading);
7
font-size: var(--font-size--ui);
8
- font-weight: var(--font-weight--extrabold);
9
10
.logo {
11
font-family: var(--font-family--body);
+ font-size: var(--font-size--body);
12
13
svg {
14
height: var(--font-size--300);
@@ -19,6 +19,7 @@ header {
19
20
nav {
21
flex-grow: 1;
22
+ font-weight: var(--font-weight--extrabold);
23
24
ul {
25
--color--link: var(--color--header-link);
0 commit comments