Skip to content

Commit 328d608

Browse files
committed
Fix vertical alignment in h1
1 parent 3a6d283 commit 328d608

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ body {
146146
font-weight: 600;
147147
}
148148

149+
.doc .header-label-container > div.labels {
150+
padding-top: 0;
151+
}
152+
149153
.doc h2:not(.discrete) {
150154
font-size: 1.2rem;
151155
}

src/css/labels.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
justify-content: space-between;
1717
gap: 0.25rem;
1818
margin-left: auto;
19+
padding-top: 0.4rem;
1920
line-height: var(--doc-line-height);
2021
}
2122

0 commit comments

Comments
 (0)