style: small presentation tweaks

This commit is contained in:
cv
2023-09-27 15:08:14 +02:00
parent 30905757f3
commit 13d72dd1a4
9 changed files with 96 additions and 43 deletions
@@ -42,4 +42,19 @@
tr:nth-child(odd) {
background-color: $gray-50;
}
td {
text-align: left;
vertical-align: top;
padding: 0 0.5em;
}
.center {
text-align: center;
}
.nowrap {
white-space: nowrap;
}
}