Merge pull request #841 from pdxlocations/table-pading

Fix table text centering
This commit is contained in:
Ben Lipsey 2023-10-05 13:21:42 -07:00 committed by GitHub
commit 8c1388d41b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,3 +206,9 @@ h5 {
h6 {
font-size: var(--ifm-h6-font-size);
}
th,
td {
padding-left: 10px !important;
padding-right: 10px !important;
}