From 76a30c1e91c801727f48463d3031960b12bfef38 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 23:55:59 +0100 Subject: [PATCH] Made paragraphs in project pages 2px smaller --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 36951fc..0af89dd 100755 --- a/css/app.css +++ b/css/app.css @@ -4799,7 +4799,7 @@ a { /* Default paragraph styles */ p { font-family: inherit; - font-size: 1.125rem; + font-size: 1rem; font-weight: normal; line-height: 1.6; margin-bottom: 1.25rem;