Last active
September 24, 2018 16:24
-
-
Save luislobo14rap/27e96602010c8ef3b7404b838681f028 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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