Skip to content

Instantly share code, notes, and snippets.

@merciless
Created September 23, 2020 03:52
Show Gist options
  • Save merciless/85544a856a5a1b757e45794b0caef2d9 to your computer and use it in GitHub Desktop.
Save merciless/85544a856a5a1b757e45794b0caef2d9 to your computer and use it in GitHub Desktop.
Container for web
section {
padding: 0 15px;
}
@media (min-width: 575.98px){
section {
padding: 0 calc(50% - 270px);
}
}
@media (min-width: 767.98px){
section {
padding: 0 calc(50% - 360px);
}
}
@media (min-width: 991.98px) {
section {
padding: 0 calc(50% - 480px);
}
}
@media (min-width: 1199.98px){
section {
padding: 0 calc(50% - 590px);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment