style | clean

This commit is contained in:
2025-01-08 19:43:53 -03:00
parent 57f6f3a7fa
commit d874b94c16
16 changed files with 43 additions and 93 deletions

View File

@@ -10,14 +10,14 @@
.card-comanda {
width: 80%;
/* gap: 5px; */
gap: 3px;
/* min-width: 220px;
min-height: 250px; */
background-color: #292929;
border-radius: 5px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
text-align: center;
line-height: 15px;
line-height: 12px;
font-size: 15px;
font-weight: bold;
color: #333;
@@ -87,11 +87,13 @@ input, textarea {
.grid-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: center;
}
.card-comanda {
width: 31%;
gap: 3px;
flex-wrap: wrap;
font-size: 15px;
font-weight: bold;
color: #333;