From c6603ad424338a5a7e47d66a6ef90f1e7aba9932 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 15:46:20 -0400 Subject: [PATCH] reducing the font size for the parallax panels --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d63b1b1..b824cec 100644 --- a/style.css +++ b/style.css @@ -2691,7 +2691,7 @@ Responsive grid for pages text-align: center; } .parallax-section:nth-child(3) h3{ - font-size: 28px; + font-size: 26px; /* text-align: center; */ } @media (min-width: 768px){ -- 2.17.1