Skip to content
Snippets Groups Projects
Commit 8117997d authored by alexisben's avatar alexisben
Browse files

fix header padding

parent 2951c510
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,8 @@ $header-sticky-background: $color-background !default ...@@ -166,7 +166,8 @@ $header-sticky-background: $color-background !default
$header-sticky-dropdown-background: $header-sticky-background !default $header-sticky-dropdown-background: $header-sticky-background !default
$header-sticky-color: $header-color !default $header-sticky-color: $header-color !default
$header-sticky-transition: $header-transition !default $header-sticky-transition: $header-transition !default
$header-nav-padding-y: px2rem(30) !default $header-nav-padding-y: px2rem(20) !default
$header-nav-padding-y-desktop: px2rem(30) !default
$header-logo-height: 32px !default $header-logo-height: 32px !default
$header-logo-height-desktop: $header-logo-height !default $header-logo-height-desktop: $header-logo-height !default
$header-height: 99px !default $header-height: 99px !default
......
...@@ -80,6 +80,9 @@ header#document-header ...@@ -80,6 +80,9 @@ header#document-header
nav nav
padding-top: $header-nav-padding-y padding-top: $header-nav-padding-y
padding-bottom: $header-nav-padding-y padding-bottom: $header-nav-padding-y
@include media-breakpoint-up(desktop)
padding-top: $header-nav-padding-y-desktop
padding-bottom: $header-nav-padding-y-desktop
.container .container
align-items: center align-items: center
display: flex display: flex
...@@ -94,7 +97,6 @@ header#document-header ...@@ -94,7 +97,6 @@ header#document-header
position: relative position: relative
text-transform: uppercase text-transform: uppercase
line-height: 1 line-height: 1
@include media-breakpoint-down(desktop) @include media-breakpoint-down(desktop)
display: flex display: flex
align-items: center align-items: center
......
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