Skip to content

Commit

Permalink
Fix headline formatting with new branding (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert authored Jul 12, 2024
1 parent 9ed63ab commit 567d7dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* --- Headlines --- */
.header h1 {
font-family: var(--font-light);
font-weight: normal;
font-size: 2em;
margin: 0 0 0.5em;
padding: 0.5em 0 0;
Expand All @@ -15,6 +16,7 @@
}

.header h2 {
font-weight: normal;
margin: 0.3em 0.2em 0;
padding: 0;
font-size: 1.2em;
Expand Down
10 changes: 10 additions & 0 deletions styles/styles-design-2023.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,13 @@ header .header-container .logo div {
background-size: 103px 100px;
background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-semi);
font-weight: normal;
}
1 change: 0 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ h4,
h5,
h6 {
font-family: var(--font-semi);
font-weight: normal;
}

img {
Expand Down

0 comments on commit 567d7dd

Please sign in to comment.