From ff86f78b4ddcfe26991f16506e04b28a14a9e93a Mon Sep 17 00:00:00 2001 From: Florian ANCEAU Date: Thu, 21 Oct 2021 11:18:12 +0200 Subject: Fix badge display when name is too long (#445) --- static/css/sections/about.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/sections/about.css b/static/css/sections/about.css index 71d4b17..19fd6ce 100644 --- a/static/css/sections/about.css +++ b/static/css/sections/about.css @@ -87,11 +87,14 @@ background: #3c4858; font-size: 1rem; color: #f9fafc; - line-height: 135px; + line-height: initial; text-align: center; position: absolute; top: 5%; left: 5%; + display: flex; + justify-content: center; + align-items: center; } .circular-progress.blue .circular-progress-bar { -- cgit v1.2.3