diff --git a/src/styles/homepage.scss b/src/styles/homepage.scss index a2db78d..55f9c4a 100644 --- a/src/styles/homepage.scss +++ b/src/styles/homepage.scss @@ -737,6 +737,10 @@ li.nav-item { margin-left: auto; } + .section-1::before { + display: none; + } + .heading-one-container { display: flex; flex-direction: column; @@ -802,7 +806,7 @@ li.nav-item { } .mobile-col-up { - height: 400px; + height: 450px; } .try-it-button-box { @@ -834,23 +838,22 @@ li.nav-item { } section.section-1 { - height: 50vh; + max-height: 480px; display: flex; - align-items: flex-start; + align-items: center; + justify-content: center; + margin-right: auto; + margin-left: auto; background-position: center; background-repeat: no-repeat; background-size: cover; } - section.section-1:before { - display: none; - } - .section-2 { display: flex; flex-direction: column; width: 100%; - padding-top: 2.2rem; + padding-top: 0.6rem; } .home-row {