Skip to content

Commit

Permalink
adjusting padding on header
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Dec 16, 2024
1 parent 6b2553e commit b2a075d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/css/docs-ndl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
}

@media screen and (min-width: 1024px) {
body:not(.landing) main>.content {
body:not(.landing) main > .content {
margin-top: 0;
}
}

@media screen and (min-width: 769px) {
.doc > .sect-header > h1.page:first-child {
margin-top: 0;
}
}
Expand Down Expand Up @@ -198,9 +204,9 @@ body.docs-ndl .doc .flex-column {
}

body.docs-ndl .doc > .sect-header > h1.page:first-child {
margin-top: 1rem;
margin-top: 0;
/* font-size: var(--font-size-h1); */
margin-bottom: 2rem;
margin-bottom: 1rem;
}

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

0 comments on commit b2a075d

Please sign in to comment.