From 6905924ab08a9ac1fa278a3a9588974ff94cd729 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 May 2018 15:34:52 -0400 Subject: [PATCH] increasing font size of the front page parallax content --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b92126b..08ae02a 100644 --- a/style.css +++ b/style.css @@ -2613,7 +2613,7 @@ Responsive grid for pages } .parallax-content p{ text-align: center; - font-size: 16px; + font-size: 18px; /* font-weight: bold; */ } -- 2.17.1