From 52836de96c2f593564fe705b2368ce0dd0257e9d Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 16:46:29 +0100 Subject: [PATCH] increased space between elements --- css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 5f7e4f0..e1f3fbf 100644 --- a/css/style.css +++ b/css/style.css @@ -314,10 +314,9 @@ div.project-researcher a { text-decoration: underline; } -/*span.project-btn*/ .views-field-view-node { - text-align: right; - margin-bottom: 40px; + margin-top: 1rem; + margin-bottom: 4rem; } .views-col { @@ -332,6 +331,10 @@ div.project-researcher a { margin-top: 30px; } +.views-row.clearfix { + margin-bottom: 4rem; +} + #views-exposed-form-search-content-page-1 { float: right; }