Description
.size-chart {
width: 100%;
max-width: 700px;
margin: 20px auto;
border-collapse: collapse;
font-size: 15px;
text-align: center;
}
.size-chart caption {
caption-side: top;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.size-chart th {
background-color: #222;
color: #fff;
padding: 10px;
text-transform: uppercase;
}
.size-chart td {
padding: 10px;
border: 1px solid #ddd;
}
.size-chart tr:nth-child(even) {
background-color: #f9f9f9;
}
/* ✅ Adaptation mobile */
@media screen and (max-width: 600px) {
.size-chart {
font-size: 14px;
}
.size-chart th,
.size-chart td {
padding: 8px;
}
.size-chart caption {
font-size: 16px;
}
}

















Avis
Il n’y a pas encore d’avis.