We need to get the padding inside the section

so that the color goes behind the navbar/menu
This commit is contained in:
benjamin melançon 2018-11-14 09:04:24 -05:00
parent 760e3aaf0b
commit 70ecc28c09

View file

@ -18,7 +18,7 @@
fill: currentColor; fill: currentColor;
} }
& + section, & + section,
& + .floating-tabs + #main-content + .node { & + .floating-tabs + #main-content + .node > section:first-child {
padding-top: 3.3125em; padding-top: 3.3125em;
@include desktop { @include desktop {
padding-top: 5.875em; padding-top: 5.875em;