This commit is contained in:
Kenneth Jannette
2024-01-11 22:03:35 -06:00
parent 6b83f20e81
commit ce5798e745
2 changed files with 10 additions and 2 deletions

View File

@@ -47,8 +47,13 @@
.features-bottom-left {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
padding: 6px 8px;
width: 50%;
background-color: var(--haq-blue);
border-radius: 15px;
height: 100%;
}
@@ -58,8 +63,6 @@
padding: 18px 8px;
width: 50%;
height: 100%;
background-color: var(--haq-blue);
border-radius: 15px;
}
.features-image-one {
@@ -89,6 +92,8 @@
.features-top-wrapper {
flex-direction: column;
height: 468px;
margin-bottom: 12px;
}
.features-bottom-wrapper {