💄 fix breakpoints and height issues

This commit is contained in:
ransurf 2022-09-09 23:24:02 -07:00
parent b15547ef53
commit 98905d933e

View File

@ -40,7 +40,7 @@ $secondary-color-active: var(--secondary-active);
width: 100%; width: 100%;
gap: 40px; gap: 40px;
//flex-direction colunn for mobile //flex-direction colunn for mobile
@media (max-width: 600px) { @media (max-width: 1024px) {
flex-direction: column; flex-direction: column;
gap: 20px; gap: 20px;
} }
@ -48,7 +48,7 @@ $secondary-color-active: var(--secondary-active);
/* Pricing header */ /* Pricing header */
.plan { .plan {
height: 560px; height: 660px;
width: 400px; width: 400px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;