Skip to content

Instantly share code, notes, and snippets.

@laurenclark
Created December 16, 2014 11:17
Show Gist options
  • Save laurenclark/5a87040f2a115950b71e to your computer and use it in GitHub Desktop.
Save laurenclark/5a87040f2a115950b71e to your computer and use it in GitHub Desktop.
Foundation Top Bar Change to Mobile Menu
$topbar-breakpoint: (900px) !default; // Change to 9999px for always mobile layout
$topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment