This commit is contained in:
Kenneth Jannette
2024-01-11 19:05:29 -06:00
parent aa63363186
commit 00ede0f837

View File

@@ -77,3 +77,21 @@
font-size: 1.05rem;
margin: 28px 0px;
}
@media only screen and (max-width: 430px) {
.features-top-wrapper {
flex-direction: column;
}
.features-top-left {
width: 100%;
}
.features-top-right {
width: 100%;
}
.features-bottom-left {
width: 100%;
}
.features-bottom-right {
width: 100%;
}
}