This commit is contained in:
Kenneth Jannette
2024-04-20 17:04:34 -05:00
parent c39933ebef
commit 36de0b68c1
2 changed files with 52 additions and 3 deletions

View File

@@ -116,6 +116,43 @@ section.section-one {
padding-left: 20px;
}
.arrow-container {
display: flex;
flex-direction: row;
margin-top: -10px;
width: 980px;
height: 90px;
}
.arrow-sub-left {
display: flex;
flex-direction: row;
height: 100%;
width: 50%;
}
.arrow-sub-right {
display: flex;
flex-direction: row;
height: 100%;
width: 50%;
}
.arrow-left {
display: flex;
flex-direction: row;
height: 100%;
width: 35%;
}
.arrow-right {
//
}
.testi-arrow {
height: 60px;
}
.hero-text-container {
display: flex;
flex-direction: column;
@@ -158,7 +195,7 @@ section.section-one {
align-items: center;
justify-content: center;
margin: auto;
padding-left: 20px;
padding-left: 30px;
width: 50%;
}