From b61c94c3cdd3d1bafdc0c241e92edc724ad4a459 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 15:38:56 +0100 Subject: [PATCH] consistent same size in frontpage, researchers and --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 6aab38f..914600d 100644 --- a/css/style.css +++ b/css/style.css @@ -228,7 +228,10 @@ h1.page-header { .path-frontpage .project-researcher { padding: 2rem 0 1rem; } -.content p,.path-frontpage .field-content p { +.content p, +.path-researchers .field-content, +.path-research-fields .field-content p, +.path-frontpage .field-content p{ font-size: 16px; line-height: 26px; }