Legere/static/css/fiche.css
2023-01-18 11:11:34 +01:00

21 lines
267 B
CSS

#fiche {
padding-top: 5rem;
width: 400px;
margin: auto;
text-align: center;
border-collapse: collapse;
}
#content2 {
padding-top: 5rem;
}
#fiche>tbody>tr {
height: 50px;
padding: 10px;
}
#fiche>tbody>tr>td {
font-weight: 600;
}