meyzieu-2018: adapt custom "contact" nav item to sidebar width (#71726)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Serghei Mihai 2022-11-25 14:04:41 +01:00
parent 926f9227b2
commit f214b4f392
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;