From 5f956a4e81bd9d09816e1346ba0a31f3b4d4f92e Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 14:23:34 +0100 Subject: [PATCH] edited contentto be semantic thus canged h4 to p in css --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a94561b..7751899 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 { +.content p,.path-frontpage .field-content p { font-size: 16px; line-height: 26px; }