also don't pad table hads as much

This commit is contained in:
Ulli Kehrle 2020-10-15 17:23:27 +02:00
parent 362cea7382
commit 77c5da67f4
Signed by: hrnz
GPG Key ID: 06E88726998AB3C7
1 changed files with 3 additions and 2 deletions

View File

@ -7,10 +7,11 @@
}
.md-typeset table:not([class]) {
font-size: .8rem;
font-size: .75rem;
}
.md-typeset table:not([class]) td {
.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
padding: .3em;
}