Skip to content

Commit feacbab

Browse files
committed
Align docs section labels optically
1 parent a947230 commit feacbab

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/src/pages/index.module.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,10 @@
10011001
grid-template-columns: 180px minmax(300px, 0.8fr) minmax(260px, 0.55fr);
10021002
}
10031003

1004+
.sectionIntro > .sectionIndex {
1005+
padding-top: 0.45rem;
1006+
}
1007+
10041008
.sectionIntro h2 {
10051009
color: var(--ar-ink);
10061010
font-size: clamp(2rem, 3.4vw, 3.25rem);
@@ -1536,6 +1540,10 @@
15361540
gap: 1.25rem;
15371541
}
15381542

1543+
.sectionIntro > .sectionIndex {
1544+
padding-top: 0;
1545+
}
1546+
15391547
.definitionLine {
15401548
gap: 1rem;
15411549
}

0 commit comments

Comments
 (0)