Skip to content
Snippets Groups Projects
Commit cdd914f0 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix header height

parent 9e07cad1
No related branches found
No related tags found
1 merge request!47chore: Updates related to the end of the service
......@@ -14,20 +14,6 @@ html {
background: $black;
}
@mixin nav-height() {
height: 80px;
@media all and (max-width: $breakpoint) {
height: 75px;
}
}
@mixin margin-nav-height() {
margin-top: 80px;
@media all and (max-width: $breakpoint) {
margin-top: 75px;
}
}
@mixin button($color, $bg-color) {
cursor: pointer;
display: flex;
......
......@@ -26,8 +26,8 @@ section {
}
nav {
@include nav-height();
position: fixed;
height: 80px;
width: 100%;
z-index: 100;
padding: 1rem 4rem;
......
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