We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306e28f commit f4d7cd7Copy full SHA for f4d7cd7
src/css/doc.css
@@ -78,8 +78,8 @@ body {
78
}
79
80
@media screen and (min-width: 769px) {
81
- .doc > .sect-header > h1.page:first-child {
82
- /* margin-top: 2.5rem; */
+ .has-banner .doc > .sect-header > h1.page:first-child {
+ margin-top: 2.5rem;
83
84
85
src/css/docs-ndl.css
@@ -4,13 +4,13 @@
4
5
6
@media screen and (min-width: 1024px) {
7
- body:not(.landing) main > .content {
+ body.docs-ndl:not(.explainer) main > .content {
8
margin-top: 0;
9
10
11
12
13
+ body.docs-ndl .doc > .sect-header > h1.page:first-child {
14
15
16
0 commit comments