Remove unneccessary padding below header
This commit is contained in:
parent
eb99e07655
commit
f3544e9e95
1 changed files with 7 additions and 0 deletions
|
@ -56,6 +56,13 @@
|
|||
linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25));
|
||||
}
|
||||
|
||||
/* --- Header Padding --- */
|
||||
|
||||
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
/* --- Sidebar --- */
|
||||
|
||||
.mainDrawer,
|
||||
|
|
Loading…
Reference in a new issue