This commit is contained in:
Kenneth Jannette
2024-04-20 16:39:56 -05:00
parent 1646c2565a
commit c39933ebef
2 changed files with 5 additions and 5 deletions

View File

@@ -128,19 +128,19 @@ section.section-one {
font-size: 1rem;
font-weight: 500;
display: flex;
color: #000;
margin-top: 5px;
margin-left: 8px;
}
.hero-testi-box {
background-color: lightgreen;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0px 8px;
height: 100px;
width: 1300px;
width: 1200px;
}
.hero-testi-left {
@@ -152,13 +152,13 @@ section.section-one {
}
.hero-testi-right {
width: 250px;
height: 90px;
display: flex;
flex-direction: row;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto;
padding-left: 20px;
width: 50%;
}