Skip to content

Instantly share code, notes, and snippets.

@marceloag
Created July 8, 2015 13:41
Show Gist options
  • Save marceloag/dad6e667accdecdd2bd1 to your computer and use it in GitHub Desktop.
Save marceloag/dad6e667accdecdd2bd1 to your computer and use it in GitHub Desktop.
Full width row class
.full{
width: 100%;
max-width: 100% !important;
margin-left: auto;
margin-right: auto;
// max-width: initial;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment