From ee65c61f9537dfd5b87fcce87411e553d140d61e Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Sun, 25 Mar 2018 20:49:19 +0530 Subject: [PATCH] promo heading font size reduced for mobile --- .../static/datacenterlight/css/landing-page.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index 2e1f36e7..0ea1ee9b 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -1331,13 +1331,12 @@ footer .dcl-link-separator::before { margin-bottom: 15px; } -.promo-section-plain h3 { - font-weight: 400; -} - @media (max-width: 767px) { .split-text .split-subsection { margin-left: -15px; margin-right: -15px; } + .promo-section h3 { + font-size: 29px; + } } \ No newline at end of file