From 945f2e1a97f40e74d382317080144a5e33d12dee Mon Sep 17 00:00:00 2001 From: Tinka Date: Mon, 31 Mar 2025 10:20:22 +0200 Subject: [PATCH] css index --- public/css/Index/index.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/public/css/Index/index.css b/public/css/Index/index.css index 7d7c96e..bf9b7ca 100644 --- a/public/css/Index/index.css +++ b/public/css/Index/index.css @@ -18,17 +18,6 @@ html{ box-sizing: border-box; /* Inclut le padding dans la largeur totale */ } - -.user-role { - background-color: white; - color: black; - padding: 10px 15px; - font-weight: bold; - overflow: hidden; -} - - - .left-background { background-color: #db5559; width: 18%; @@ -38,7 +27,6 @@ html{ left: 0; display: flex; flex-direction: column; - justify-content: space-between; }