From 87f256a809bfa63a7dd5e041aaf6de6df614c101 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 1 Jun 2018 14:09:48 -0400 Subject: [PATCH] decreasing header font size on front page --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index cebb082..b7ecae5 100644 --- a/style.css +++ b/style.css @@ -641,11 +641,11 @@ Content .parallax-section h2 { - font-size: 38px; + font-size: 30px; text-transform: uppercase; line-height: 1.2; text-align: center; - padding: 0 20px; + padding: 0 5px; font-weight: 700; margin-bottom: 60px; } -- 2.17.1