css index

This commit is contained in:
Tinka 2025-03-31 10:20:22 +02:00
parent de58b74eeb
commit 945f2e1a97

View File

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