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

This commit is contained in:
Serghei Mihai 2022-11-25 14:04:41 +01:00 committed by Gitea
parent 869e7892e5
commit cce06fc902
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;