Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Created September 18, 2020 10:47
Show Gist options
  • Save hsleonis/1c14ef2e3bda54dd150ffd8e9afbba2d to your computer and use it in GitHub Desktop.
Save hsleonis/1c14ef2e3bda54dd150ffd8e9afbba2d to your computer and use it in GitHub Desktop.
Debut shopify theme split submenu
/* 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