Update file style.css

This commit is contained in:
Jan BELLON 2024-03-11 21:51:21 +00:00
parent fb84f19bd9
commit 2c8556a38f

View File

@ -189,10 +189,13 @@ a {
.user-profile .display-name { .user-profile .display-name {
font-weight: bold; font-weight: bold;
display: inline;
} }
.user-profile .certification { .user-profile .certification {
transform: translate(0, +25%); transform: translate(0, +25%);
width: 2em;
display: inline;
} }
.row { .row {