Created
May 24, 2018 14:53
-
-
Save luislobo14rap/141b0e39db22491b445f174584bb701d 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-1368px.css v1 */ | |
@media (min-width: 576px){ | |
.container-1368px{ | |
max-width: 540px; | |
} | |
} | |
@media (min-width: 768px){ | |
.container-1368px{ | |
max-width: 720px; | |
} | |
} | |
@media (min-width: 992px){ | |
.container-1368px{ | |
max-width: 960px; | |
} | |
} | |
@media (min-width: 1200px){ | |
.container-1368px{ | |
max-width: 1140px; | |
} | |
} | |
@media (min-width: 1339px) and (max-width: 1368px){ | |
.container-1368px{ | |
max-width: 100%; | |
} | |
} | |
@media (min-width: 1369px){ | |
.container-1368px{ | |
max-width: 1368px; | |
} | |
} | |
.container-1368px{ | |
width: 100%; | |
padding-right: 15px; | |
padding-left: 15px; | |
margin-right: auto; | |
margin-left: auto; | |
} | |
.container-1368px.no-gutters{ | |
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
/* bs-container-1368px.min.css v1 */ | |
@media (min-width:576px){.container-1368px{max-width:540px}}@media (min-width:768px){.container-1368px{max-width:720px}}@media (min-width:992px){.container-1368px{max-width:960px}}@media (min-width:1200px){.container-1368px{max-width:1140px}}@media (min-width:1339px) and (max-width:1368px){.container-1368px{max-width:100%}}@media (min-width:1369px){.container-1368px{max-width:1368px}}.container-1368px{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-1368px.no-gutters{padding-right:0;padding-left:0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment