From c4d97514b057bd208e370d2dfcd072f6fc522a3b Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 16:05:06 +0100 Subject: [PATCH] changed fontsize to affect all content --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index b3e40d1..c678865 100644 --- a/css/style.css +++ b/css/style.css @@ -228,7 +228,8 @@ h1.page-header { .path-frontpage .project-researcher { padding: 2rem 0 1rem; } -.content p, +.content, +.field-content, .path-node .field-content, .path-researchers .field-content, .path-research-fields .field-content p,