From bfdf5b55136112f33276875581309418b0aec6e3 Mon Sep 17 00:00:00 2001 From: Chaphasilor Date: Sat, 11 Apr 2020 22:31:15 +0200 Subject: [PATCH] make new call page more compact on mobile --- public/css/landing.css | 10 +++++----- public/newcall.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/landing.css b/public/css/landing.css index 8bfa5a3..91506f5 100755 --- a/public/css/landing.css +++ b/public/css/landing.css @@ -2326,8 +2326,8 @@ textarea.form-input { .section-inner { position: relative; - padding-top: 48px; - padding-bottom: 48px; + padding-top: 0; + padding-bottom: 0; } .section-header { @@ -2567,12 +2567,12 @@ ul.pricing-item-features-list li { } .cta .section-inner { - padding-top: 48px; - padding-bottom: 48px; + padding-top: 24px; + padding-bottom: 24px; } .cta-slogan { - margin-bottom: 40px; + margin-bottom: 15px; } @media (min-width: 641px) { diff --git a/public/newcall.html b/public/newcall.html index 9853868..3426e21 100755 --- a/public/newcall.html +++ b/public/newcall.html @@ -106,7 +106,7 @@
-
+