more
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user