[TELE-1821] Aboid logo overlap on kelmis new theme

This commit is contained in:
Daniel Muyshond 2023-10-25 12:00:04 +02:00
parent d1c16d30e4
commit 182bce1fe0
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// avoid logo overlap
@media screen and (max-width: $nav-mobile-limit) {
nav.site-nav {
margin-top: 90px;
}
}