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 {
height: var(--mobile-navigation-height);
margin-top: var(--widget-gap);
flex-shrink: 0;
}
.footer + .mobile-navigation-offset {
margin-top: 0;
}
.mobile-navigation {
display: block;
position: fixed;