A e s t h e t i c s

This commit is contained in:
2025-08-28 00:55:34 +02:00
committed by Arif Hasanic
parent 7f12cb59d8
commit 241db688c2
4 changed files with 44 additions and 48 deletions

View File

@@ -0,0 +1,20 @@
.choreList {
list-style-type: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
border-radius: 10px;
gap: 10px;
padding: 10px 0;
}
.chore {
padding: 5px 10px;
border: 1px solid rgba(220, 220, 220, 0.4);
box-shadow: 5px 5px 7px rgba(220, 220, 220, 0.5);
text-align: left;
}
.userName {
font-weight: bold;
}