nicer tables
This commit is contained in:
parent
fc27d06571
commit
197983ef07
2 changed files with 8 additions and 1 deletions
assets/sass
7
assets/sass/_custom.scss
Normal file
7
assets/sass/_custom.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
table, th, td {
|
||||
border: 1px solid;
|
||||
}
|
||||
th, td {
|
||||
padding: 3px 6px;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue