Center fix

This commit is contained in:
Abhorrent_Anger 2019-01-26 21:55:53 +02:00
parent 2b5486f7b8
commit 8debd959fa
1 changed files with 5 additions and 4 deletions

View File

@ -81,15 +81,16 @@ table {
margin-top: 0.8em;
margin-bottom: 1em;
}
#services th {
text-align: center;
}
#services td {
border: 1px solid #191919;
}
#services th {
text-align: middle;
}
#services td:first-child {
width: 16px;
}