à la carte : tableaux

This commit is contained in:
Pascal Engélibert
2023-06-17 10:26:06 +02:00
parent 263412d1f9
commit 7c9bfa28e5
2 changed files with 82 additions and 82 deletions

View File

@ -32,27 +32,3 @@
.prices tr td:first-of-type + td + td {
background-color: $grad3_3tr;
}
// À LA CARTE
.alacarte {
display: flex;
gap: 32px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.alacarte-item {
text-align: center;
min-height: 150px;
}
.alacarte-title {
font-family: Neucha;
font-size: 22px;
background: linear-gradient(0.125turn, $blue, $violet);
color: #fff;
padding: 8px;
border-radius: 8px;
}