This commit is contained in:
Kenneth Jannette
2024-01-18 15:39:05 -06:00
parent 971ce1aad9
commit e99a0fd76d

View File

@@ -49,11 +49,14 @@
.features-top-right { .features-top-right {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 18px 8px; justify-content: center;
align-items: center;
margin: auto;
padding: 6px 8px;
width: 55%; width: 55%;
height: 100%;
background-color: var(--haq-blue); background-color: var(--haq-blue);
border-radius: 15px; border-radius: 15px;
height: 100%;
} }
.features-bottom-left { .features-bottom-left {