Skip to content

Instantly share code, notes, and snippets.

@spyesx
Created January 1, 2016 17:19
Show Gist options
  • Save spyesx/ff0e61095873e71819d7 to your computer and use it in GitHub Desktop.
Save spyesx/ff0e61095873e71819d7 to your computer and use it in GitHub Desktop.
Full width for Zurb Foundation
.row{
&.full-width{
width: 100%;
max-width: 100%!important; //might be needded depending on your settings
&>.column:first-child,
&>.columns:first-child{
padding-left: 0;
}
&>.column:last-child,
&>.columns:last-child{
padding-right: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment