diff --git a/client/src/pages/home/styles.css b/client/src/pages/home/styles.css index 80e2007..cfb7cb1 100644 --- a/client/src/pages/home/styles.css +++ b/client/src/pages/home/styles.css @@ -198,6 +198,10 @@ a { max-width: 660px; max-height: 580px; + @media (min-width: 1782px) { + margin-left: 25%; + } + @media (max-width: 1024px) { width: 100%; } @@ -314,6 +318,10 @@ a { } .hero-info-container { + @media (min-width: 1782px) { + margin-right: 20%; + } + .hero-info { color: white; background-clip: text; @@ -716,7 +724,11 @@ a { position: relative; display: flex; flex-wrap: wrap; - justify-content: space-between; + justify-content: center; + + @media (max-width: 1782px) { + justify-content: space-between; + } } .info-container {