mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
fix responsive pricing
This commit is contained in:
parent
325cbce292
commit
da949bc3c2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user