From 987156cbb86a3e2bc5fc3ea82e7a868046dc9101 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 07:43:26 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index 698a1114..c41f379b 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -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 { }