From dbfa41eed36aaf93cbaeec7bc590a2533948457c Mon Sep 17 00:00:00 2001 From: Doug Kellermeyer Date: Tue, 21 Nov 2023 00:59:42 -0500 Subject: [PATCH] fixed mobile card width --- src/style.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/style.less b/src/style.less index f4f77e71..f1e6d7b3 100644 --- a/src/style.less +++ b/src/style.less @@ -8020,6 +8020,10 @@ table th { @media(max-width: 595px) { + .pricing-comparison-row>div { + width: 60%; + } + .frequently-question { h2 { @@ -8094,6 +8098,8 @@ table th { } @media(max-width: 420px) { + + .related-index-body { display: flex !important; flex-direction: column !important;