Skip to content

Commit

Permalink
fix(_header.scss): fixed head base nav with mobile first approach (#5238
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fsegu002 authored Feb 8, 2020
1 parent e1b8b5d commit 24429b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/components/ui-shell/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@
height: 100%;
padding-left: mini-units(2);
position: relative;
display: block;
display: none;

@include carbon--breakpoint-down('lg') {
display: none;
@include carbon--breakpoint('lg') {
display: block;
}

&::before {
Expand Down

0 comments on commit 24429b8

Please sign in to comment.