also don't pad table hads as much
This commit is contained in:
parent
362cea7382
commit
77c5da67f4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user