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; }