design: fix font size in table

This commit is contained in:
Julien Calixte
2024-12-24 10:13:04 +01:00
parent aea72667e6
commit a590ddc871
3 changed files with 8 additions and 11 deletions

View File

@@ -70,14 +70,15 @@ a {
transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
.table-wrapper {
overflow-x: auto;
}
.btn {
font-size: 1rem;
}
.table,
.table :where(thead, tfoot) {
font-size: 1em;
}
@media print {
html,