Skip to content

Commit b2a075d

Browse files
committed
adjusting padding on header
1 parent 6b2553e commit b2a075d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/css/docs-ndl.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
}
55

66
@media screen and (min-width: 1024px) {
7-
body:not(.landing) main>.content {
7+
body:not(.landing) main > .content {
8+
margin-top: 0;
9+
}
10+
}
11+
12+
@media screen and (min-width: 769px) {
13+
.doc > .sect-header > h1.page:first-child {
814
margin-top: 0;
915
}
1016
}
@@ -198,9 +204,9 @@ body.docs-ndl .doc .flex-column {
198204
}
199205

200206
body.docs-ndl .doc > .sect-header > h1.page:first-child {
201-
margin-top: 1rem;
207+
margin-top: 0;
202208
/* font-size: var(--font-size-h1); */
203-
margin-bottom: 2rem;
209+
margin-bottom: 1rem;
204210
}
205211

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

0 commit comments

Comments
 (0)