Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Last active September 24, 2018 16:24
Show Gist options
  • Save luislobo14rap/27e96602010c8ef3b7404b838681f028 to your computer and use it in GitHub Desktop.
Save luislobo14rap/27e96602010c8ef3b7404b838681f028 to your computer and use it in GitHub Desktop.
/* bs-container-max-1368px.css v1.1 */
.container-max-1368px {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1368px;
}
.container-max-1368px.no-gutters{
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
/* bs4-container-max-1368px.min.css v1.1 */
.container-max-1368px{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:1368px}.container-max-1368px.no-gutters{margin-right:0;margin-left:0;padding-right:0;padding-left:0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment