From 149afa9bd96f63b59982190be5f38917d2385610 Mon Sep 17 00:00:00 2001 From: Santhoshkumar R Date: Mon, 13 Mar 2023 14:54:16 +0530 Subject: [PATCH] WEB-297 - increasing font size of paragraphs --- src/templates/page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/page.scss b/src/templates/page.scss index 7c21a62..7d088fd 100644 --- a/src/templates/page.scss +++ b/src/templates/page.scss @@ -9,7 +9,7 @@ html{ } * { - font-size: 15px; + font-size: 16px; font-family:'Source Sans Pro',Helvetica,Arial,sans-serif; color: #183247; }