From 98905d933e78f4d568ff5fdb2162e69ae98bec68 Mon Sep 17 00:00:00 2001 From: ransurf Date: Fri, 9 Sep 2022 23:24:02 -0700 Subject: [PATCH] :lipstick: fix breakpoints and height issues --- assets/styles/pricing.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/pricing.scss b/assets/styles/pricing.scss index a51cbd5a9..738649741 100644 --- a/assets/styles/pricing.scss +++ b/assets/styles/pricing.scss @@ -40,7 +40,7 @@ $secondary-color-active: var(--secondary-active); width: 100%; gap: 40px; //flex-direction colunn for mobile - @media (max-width: 600px) { + @media (max-width: 1024px) { flex-direction: column; gap: 20px; } @@ -48,7 +48,7 @@ $secondary-color-active: var(--secondary-active); /* Pricing header */ .plan { - height: 560px; + height: 660px; width: 400px; display: flex; flex-direction: column;