mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
Merge pull request #841 from pdxlocations/table-pading
Fix table text centering
This commit is contained in:
commit
8c1388d41b
|
@ -206,3 +206,9 @@ h5 {
|
|||
h6 {
|
||||
font-size: var(--ifm-h6-font-size);
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
}
|
Loading…
Reference in a new issue