From ad9f2f7ee01b36d871a32a9b1a598ad4052cb095 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 5 Nov 2021 16:04:10 +0100 Subject: [PATCH] increase fontsize to 18px in posts --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index cbab662..9cf479d 100644 --- a/css/style.css +++ b/css/style.css @@ -225,7 +225,7 @@ h1.page-header { margin-top: 30px; text-transform: uppercase; } - +.content p, .path-frontpage .field-content h4 { font-size: 18px; line-height: 22px;