Centered main table header

This commit is contained in:
Abhorrent_Anger 2019-01-26 21:51:31 +02:00
parent b3e2c4afaa
commit 2b5486f7b8
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@ table {
}
#services th {
text-align: middle;
}
#services td:first-child {
width: 16px;
}