0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 09:52:41 +00:00

add decent table styles

This commit is contained in:
Víctor Losada Hernández
2025-02-12 12:54:34 +01:00
parent 489f00b785
commit 9944398e4c
3 changed files with 47 additions and 23 deletions

View File

@@ -26,23 +26,4 @@
}
}
table.resultsTable {
* {
border: 1px solid black;
vertical-align: middle;
padding: 5px;
}
th {
font-weight: bold;
}
th, td {
text-align: center;
&:first-of-type {
text-align: left;
}
}
}
}