Hide login button on extremely small screens

foundation/header-two-levels
nicholas antonov 2018-05-01 20:42:52 -04:00
parent 527dcee251
commit 5c1cdeb806
1 changed files with 6 additions and 0 deletions

View File

@ -117,3 +117,9 @@
order: 2;
}
}
@include breakpoint(348px down) {
#header-login {
display: none;
}
}