Skip to content

Commit

Permalink
Heading sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
slowe committed May 21, 2024
1 parent 8e35a82 commit 966af58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_includes/css/brabners.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.brabners-bg-light { background: white; color: #262626; }
header .logo, header .title { color: var(--color-heading-light); }
header .logo svg { height: 22px; }
header .title { padding-top: 1rem; }
header .title { padding-top: 1rem; font-size: 2.6875rem; }
header a:hover, header a:focus { text-decoration: none; }
h1, .title, .number, .bignum, ol>li:before {
letter-spacing: -.05em;
Expand All @@ -40,7 +40,7 @@ h1, h2, h3, h4 {
color: var(--color-heading);
}
h1 {
font-size: 48px !important;
font-size: 2.6875rem;
font-weight: 900;
}
h2, h3, h4 {
Expand Down

0 comments on commit 966af58

Please sign in to comment.