meyzieu-2018: adapt custom "contact" nav item to sidebar width (#71726) #36

Merged
smihai merged 1 commits from wip/71726-update-meyzieu-contact-menu-item-width into main 2022-11-29 12:43:06 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ div#nav {
}
&.menu-contact {
background: #fff;
width: calc(#{$sidebar-width} - 20px);
width: $sidebar-width;
@media ($max-mobile-viewport) {
background: transparent;
width: auto;