From 10f366a14925f4beb46213d773a94bf745b2c907 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 21:53:47 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/src/css/style.css b/html/src/css/style.css index 2096ef9c..04627993 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -201,6 +201,10 @@ a { width: 1.5em; } +.user-profile .bio { + padding: 1em 0; +} + .row { display: inline-block; background-color: var(--banner-background);