Skip to content

Commit

Permalink
Fix mobile navbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume ALLEGRET committed Mar 29, 2018
1 parent 18f0d1b commit fa9c230
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/backend.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/frontend.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions resources/assets/sass/app/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ $body-font-color: #212121;

$navbar-height: 48px;
$footer-height: 36px;

$navbar-height-mobile: $navbar-height;
2 changes: 2 additions & 0 deletions resources/assets/sass/backend/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ $body-bg-color: #212121;

$navbar-height: 48px;
$footer-height: 36px;

$navbar-height-mobile: $navbar-height;
2 changes: 2 additions & 0 deletions resources/assets/sass/frontend/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ $body-font-color: #212121;

$navbar-height: 48px;
$footer-height: 36px;

$navbar-height-mobile: $navbar-height;

0 comments on commit fa9c230

Please sign in to comment.