Skip to content

Commit

Permalink
Increase h sizes, increase h3, 4 margin-top
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtenj committed Apr 3, 2024
1 parent aaadf9f commit 38cf283
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/css/asciidoc/doc.css
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@
.doc h4 {
@apply text-h4;
color: var(--ds-text-tertiary);
margin: calc(32/var(--rem-base)*1rem) 0 0;
}

.doc h5 {
@@ -67,7 +68,7 @@
}

.doc h3:not(.discrete) {
margin: calc(48/var(--rem-base)*1rem) 0 0;
margin: calc(64/var(--rem-base)*1rem) 0 0;
}

.doc h4:not(.discrete) {
6 changes: 3 additions & 3 deletions src/css/typography.css
Original file line number Diff line number Diff line change
@@ -6,19 +6,19 @@
}

.text-h1 {
font-size: 1.625rem;
font-size: 1.75rem;
font-weight: 550;
font-family: "Sora", sans-serif;
}

.text-h2 {
font-size: 1.5rem;
font-size: 1.625rem;
font-weight: 550;
font-family: "Sora", sans-serif;
}

.text-h3 {
font-size: 1.25rem;
font-size: 1.375rem;
font-weight: 550;
font-family: "Sora", sans-serif;
}

0 comments on commit 38cf283

Please sign in to comment.