From 776cd35172dd8e76edbc8af8c096a27fdf6107ac Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Tue, 13 Mar 2018 19:17:04 +0530 Subject: [PATCH] heading font weight --- datacenterlight/static/datacenterlight/css/landing-page.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index 7c5736e0..1aa260ac 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -395,12 +395,13 @@ textarea { } .split-section h2 { - font-size: 38px; + font-size: 36px; font-weight: 400; } .split-section .split-title-plain h2 { font-size: 40px; + font-weight: 300; line-height: 50px; color: #3a3a3a; } @@ -412,6 +413,7 @@ textarea { .split-section .split-title h2 { font-size: 50px; + font-weight: 300; padding-bottom: 25px; letter-spacing: 2px; }