From 8e22963af46a3b9dbfb581ab94734abf210ab27e Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:56:10 -0400 Subject: [PATCH] Added additional breakpoints to homepage css --- src/static/css/homepage.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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{