Skip to content

Commit

Permalink
Improve header to allow space for social media menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
mor10 committed Sep 1, 2017
1 parent 37b2468 commit a44b883
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion sass/maps/style.css.map

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions sass/site/header/_header-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ button.dropdown-toggle {
flex: 1 0 auto;
padding-bottom: 2em;

ul {
display: block;
padding-top: 2em;
}

.menu-item-has-children > a,
.page_item_has_children > a {
padding-right: 2em;
Expand All @@ -205,7 +200,7 @@ button.dropdown-toggle {
ul {
display: block;
margin-top: 0;
padding-top: 2em;
padding-top: 1em;

ul {
margin-left: 0;
Expand Down
9 changes: 8 additions & 1 deletion sass/site/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,14 @@
}

.site-branding {
flex: 1 0 auto;
flex: 0 0 auto;
}

.site-branding:after {
margin-top: 1em;
content: "";
// width: 10%;
// border: 1px dotted hsla(0, 0%, 100%, .5);
}
}

Expand Down
16 changes: 8 additions & 8 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a44b883

Please sign in to comment.