We need to get the padding inside the section
so that the color goes behind the navbar/menu
This commit is contained in:
parent
760e3aaf0b
commit
70ecc28c09
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue