Created
September 18, 2020 10:47
-
-
Save hsleonis/1c14ef2e3bda54dd150ffd8e9afbba2d to your computer and use it in GitHub Desktop.
Debut shopify theme split submenu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* site nav dropdown */ | |
.site-nav__dropdown ul { | |
@include media-query($medium-up) { | |
width: 400px; | |
} | |
& li { | |
@include media-query($medium-up) { | |
width: 200px; | |
float: left; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment