From 2c8556a38f8246700c34d093e96983d2327e2c9f Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 21:51:21 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/src/css/style.css b/html/src/css/style.css index 94f29773..b41a8047 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -189,10 +189,13 @@ a { .user-profile .display-name { font-weight: bold; + display: inline; } .user-profile .certification { transform: translate(0, +25%); + width: 2em; + display: inline; } .row {