From 6a295a7b287bebbfda59fa5d348633128b3bab93 Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Thu, 28 Oct 2021 17:11:58 +0100 Subject: [PATCH] Fix css on CTA button --- themes/academic/layouts/_default/baseof.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/academic/layouts/_default/baseof.html b/themes/academic/layouts/_default/baseof.html index ec8bfeb..a372092 100644 --- a/themes/academic/layouts/_default/baseof.html +++ b/themes/academic/layouts/_default/baseof.html @@ -97,10 +97,12 @@ nav.main .nav-search:hover { font-size: 1.5rem; font-weight: 400; border-radius: 5px; + line-height: 3rem; } .why-join { display: flex; + flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; @@ -108,7 +110,10 @@ nav.main .nav-search:hover { font-weight: 300; margin-top: 20px; margin-bottom: 40px; - line-height: 3em; +} + +.why-join span { + line-height: 3rem; } .news-list {