Skip to content

Instantly share code, notes, and snippets.

@jlawhorn
Last active December 21, 2015 12:49
Show Gist options
  • Save jlawhorn/6308759 to your computer and use it in GitHub Desktop.
Save jlawhorn/6308759 to your computer and use it in GitHub Desktop.
Magento Responsive Design CSS Breakpoint Examples
body {
@include breakpoint($large-phone-and-up) {
font-size: 1.1em;
}
}
@include breakpoint($small-phone-and-down) {
.main-menu {
background-color: $color-menu-background;
a {
color: $color-menu-link;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment