Skip to content
Snippets Groups Projects
Commit 60f1bc1d authored by alexisben's avatar alexisben
Browse files

fix menu mobile

parent 0eb48b66
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,9 @@ body
header[role="banner"]
nav[role="navigation"]
padding-bottom: $header-nav-padding-y
padding-top: $header-nav-padding-y
@include media-breakpoint-up(desktop)
padding-bottom: $header-nav-padding-y
.container
align-items: center
display: flex
......
......@@ -11,8 +11,8 @@
-webkit-flex-basis: 100vw
display: none
flex-basis: 100vw
margin-top: 1.875rem
max-height: 70vh
margin-top: $spacing1
max-height: calc(100vh - var(--header-height) - #{$spacing1})
overflow: auto
a,
a:focus,
......@@ -132,6 +132,7 @@
display: block
> li:not(:last-child)
border-bottom: 1px solid #adb5bd
> li
> a, > span
padding-bottom: $spacing1
padding-top: $spacing1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment