Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index f497edc..d7c5539 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -6,9 +6,39 @@ html,body{ overflow-x: hidden; } -.container{ - max-width: 1920px; - padding: 4.185vw 8.371vw 4.185vw 8.371vw; +@media only screen and (min-width: 1200px) { + .container{ + max-width: 1920px; + padding: 4.185vw 8.371vw 4.185vw 8.371vw; + } +} + +@media only screen and (min-width: 992px) and (max-width: 1200px) { + .container{ + max-width: 1920px; + padding: 4.185vw 8.371vw 4.185vw 8.371vw; + } +} + +@media only screen and (min-width: 768px) and (max-width: 992px) { + .container{ + max-width: 1920px; + padding: 4.185vw 8.371vw 4.185vw 8.371vw; + } +} + +@media only screen and (min-width: 576px) and (max-width: 768px) { + .container{ + max-width: 1920px; + padding: 4.185vw 8.371vw 4.185vw 8.371vw; + } +} + +@media only screen and (max-width: 576px) { + .container{ + max-width: 1920px; + padding: 10vw 5vw; + } } @media only screen and (min-width: 1200px) {