Mobile nav hamburger

This commit is contained in:
Dmytro Barylo
2017-03-04 21:56:37 +02:00
parent 0913d9f385
commit 9c4df0a645
6 changed files with 113 additions and 22 deletions

View File

@@ -6,8 +6,8 @@ $tablet-l-width: 1024px;
$desktop-width: 1200px;
// Media
@mixin mobile-ls-only{
@media (min-width: #{$phone-xs-width}) and (max-width: #{$tablet-p-width - 1px}){
@mixin mobile-only{
@media (max-width: #{$tablet-p-width - 1px}){
@content;
}
}