Skip to content

Commit

Permalink
Merge pull request htr3n#51 from gamingrobot/fix-header
Browse files Browse the repository at this point in the history
Fixed mobile header clickable area to be full width
  • Loading branch information
htr3n authored Nov 5, 2018
2 parents 0681f6e + 844363c commit f00f5b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets/scss/hyde-hyde/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
li {
padding: .1rem 0;
}
.container {
padding-left: 0;
padding-right: 0;
}
}
.hidden-tablet {
display: none;
Expand Down Expand Up @@ -42,6 +46,7 @@
cursor: pointer; }
.collapsible-menu label {
background: url(/img/menu-open.svg) no-repeat left center;
background-position: 1.5rem;
display: block;
cursor: pointer;
color: #fff;
Expand All @@ -55,7 +60,8 @@
}

input#menuToggle:checked + label {
background-image: url(/img/menu-close.svg);
background-image: url(/img/menu-close.svg);
background-position: 1.5rem;
color: #fff;
}

Expand Down

0 comments on commit f00f5b7

Please sign in to comment.