Remove extra margin from mobile nav offset

This commit is contained in:
Svilen Markov 2024-08-07 11:16:30 +01:00
parent 7bf61ee8ed
commit 404a2acc8f

View File

@ -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;