diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 1c11c40..447782f 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -238,6 +238,18 @@ hr{ } +@media only screen and (min-width: 992px) and (max-width: 1200px) { + +} + +@media only screen and (min-width: 768px) and (max-width: 992px) { + +} + +@media only screen and (min-width: 576px) and (max-width: 768px) { + +} + @media only screen and (max-width: 576px) { .hero-section{