Update file style.css

This commit is contained in:
Jan BELLON 2024-03-12 07:43:26 +00:00
parent efe5c78cf7
commit 987156cbb8

View File

@ -207,13 +207,6 @@ a {
width: 1.5em;
}
.article-auteur {
background-color: var(--banner-background);
display: flex;
padding: 0.5em;
border-radius: 10em;
}
.user-profile .bio {
padding: 1em 0;
}
@ -227,6 +220,15 @@ a {
width: 80%;
}
.article-auteur {
background-color: var(--banner-background);
display: flex;
padding: 0.5em 2em 0.5em 0.5em;
border-radius: 10em;
width: 20em;
justify-content: space-between;
}
.auteur-username {
}