fix responsive pricing

This commit is contained in:
Antonino 2024-10-19 23:42:39 +02:00
parent 325cbce292
commit da949bc3c2

View File

@ -113,7 +113,7 @@ $secondary-color: #fff;
}
}
@media (max-width: 850px) {
@media (max-width: 900px) {
.pricingContainer {
gap: 1rem;
padding: 2.25rem;
@ -126,7 +126,7 @@ $secondary-color: #fff;
@media (max-width: 700px) {
@media (max-width: 830px) {
.packageList {
flex-direction: column;
}