From cb324d6f0e1aff7d5860f35346da38fa04155a03 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 5 Nov 2021 16:07:52 +0100 Subject: [PATCH] increase font to 16px/26px in posts and home --- css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 9cf479d..a94561b 100644 --- a/css/style.css +++ b/css/style.css @@ -225,10 +225,9 @@ h1.page-header { margin-top: 30px; text-transform: uppercase; } -.content p, -.path-frontpage .field-content h4 { - font-size: 18px; - line-height: 22px; +.content p,.path-frontpage .field-content h4 { + font-size: 16px; + line-height: 26px; } .page-node-25 h1.page-header, .page-node-236 h1.page-header, .path-partners h1.page-header {