Update file style.css

This commit is contained in:
Jan BELLON 2024-03-12 07:24:56 +00:00
parent c737ad78bc
commit 98266550ef

View File

@ -202,7 +202,7 @@ a {
display: inline; display: inline;
} }
.user-profile .certification { .certification {
transform: translate(0, +22%); transform: translate(0, +22%);
width: 1.5em; width: 1.5em;
} }
@ -220,6 +220,23 @@ a {
width: 80%; width: 80%;
} }
.auteur-username {
}
.auteur-display-name {
font-weight: bold;
display: inline;
}
.auteur-pp {
height: 4em;
}
.auteur-role {
display: inline;
}
.row { .row {
display: inline-block; display: inline-block;
background-color: var(--banner-background); background-color: var(--banner-background);