Skip to content

Commit

Permalink
Fix header container editing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed Nov 26, 2015
1 parent 42b25db commit 554c3c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,6 @@ body.search-open {
/* HEADER */
.header-container {
position: relative;
z-index: 30000;
padding-top: 23px;
padding-bottom: 23px;
}
Expand All @@ -1374,6 +1373,7 @@ body.search-open {
justify-content: flex-end;
}
.front-page .header-container {
z-index: 30000;
padding-right: 20px;
padding-left: 20px;
max-width: 1920px;
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stylesheets/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.header-container {
@extend %clearfix;
position: relative;
z-index: 30000;
padding-top: 23px;
padding-bottom: 23px;

Expand All @@ -14,6 +13,7 @@
}

.front-page & {
z-index: 30000;
padding-right: 20px;
padding-left: 20px;
max-width: $site-width-wide;
Expand Down

0 comments on commit 554c3c6

Please sign in to comment.