Skip to content

Commit

Permalink
Broken Responsive Layout on Top
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoobiassi authored and mage2pratik committed Jul 27, 2018
1 parent 327d9d5 commit bae5892
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,17 @@
}
}

//
// Mobile
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.cms-page-view .page-main {
padding-top: 41px;
position: relative;
}
}

//
// Desktop
// _____________________________________________
Expand Down

0 comments on commit bae5892

Please sign in to comment.