Fixed mobile toggle icon and breakpoint

This commit is contained in:
Djamil Legato
2016-02-08 18:10:40 -08:00
parent 3118e5d642
commit 980c5ce823
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -242,11 +242,11 @@ $update-height: 3rem;
z-index: 2;
}
@media only all and (max-width: 381px) {
@media only all and (max-width: 374px) {
margin-top: -138px;
}
.fa-th {
> .fa:first-child {
@include breakpoint(mobile-only) {
cursor: pointer;
float: left;
@@ -262,7 +262,7 @@ $update-height: 3rem;
text-align: center;
display: block;
float: none;
margin: 5rem auto 0px;
margin: 5rem -2rem 0px;
padding-top: 70px;
}