Merge pull request #51 from gamingrobot/fix-header

Fixed mobile header clickable area to be full width
This commit is contained in:
Huy Tran 2018-11-05 16:54:39 +11:00 committed by GitHub
commit ae35827300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,10 @@
li {
padding: .1rem 0;
}
.container {
padding-left: 0;
padding-right: 0;
}
}
.hidden-tablet {
display: none;
@ -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;
@ -56,6 +61,7 @@
input#menuToggle:checked + label {
background-image: url(/img/menu-close.svg);
background-position: 1.5rem;
color: #fff;
}