This commit is contained in:
Kenneth Jannette
2024-03-20 03:12:49 -05:00
parent eef2da6a09
commit a1fcb1b970

View File

@@ -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 {