Remove extra margin from mobile nav offset
This commit is contained in:
parent
7bf61ee8ed
commit
404a2acc8f
1 changed files with 0 additions and 5 deletions
|
|
@ -1245,14 +1245,9 @@ kbd:active {
|
||||||
|
|
||||||
.mobile-navigation-offset {
|
.mobile-navigation-offset {
|
||||||
height: var(--mobile-navigation-height);
|
height: var(--mobile-navigation-height);
|
||||||
margin-top: var(--widget-gap);
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer + .mobile-navigation-offset {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-navigation {
|
.mobile-navigation {
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue