Skip to content

Commit 27ff223

Browse files
committed
fix padding;
1 parent b2a075d commit 27ff223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/docs-ndl.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@media screen and (min-width: 769px) {
1313
.doc > .sect-header > h1.page:first-child {
14-
margin-top: 0;
14+
margin-top: 0;
1515
}
1616
}
1717

@@ -206,7 +206,7 @@ body.docs-ndl .doc .flex-column {
206206
body.docs-ndl .doc > .sect-header > h1.page:first-child {
207207
margin-top: 0;
208208
/* font-size: var(--font-size-h1); */
209-
margin-bottom: 1rem;
209+
margin-bottom: 1.5rem;
210210
}
211211

212212
body.docs-ndl.hub .doc div:not(.display) h2 {

0 commit comments

Comments
 (0)