Created
September 23, 2020 03:52
-
-
Save merciless/85544a856a5a1b757e45794b0caef2d9 to your computer and use it in GitHub Desktop.
Container for web
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
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