add th, td padding

This commit is contained in:
pdxlocations 2023-10-05 13:04:24 -07:00
parent 59dc691e7c
commit c65cfca26f

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;
}