Make table heads with row scope left-aligned
All checks were successful
Build and publish Docker image / build (push) Successful in 20s

Signed-off-by: tobigr <tobigr@mail.de>
This commit is contained in:
Tobias 2025-02-15 20:24:11 +01:00
parent fd59759961
commit 4fd05f5b38

View file

@ -53,6 +53,10 @@ table tr td {
padding-right: 0.25cm;
}
table tbody th[scope="row"] {
text-align: left;
}
body {
-webkit-text-size-adjust: none;
}