style: narrow table cell padding on mobile
This commit is contained in:
parent
547d7bed01
commit
cf92eeac58
1 changed files with 5 additions and 1 deletions
|
@ -49,8 +49,12 @@ table {
|
|||
|
||||
th,
|
||||
td {
|
||||
padding: 0.25em 0.5em;
|
||||
|
||||
@media (min-width: 35em) {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
thead {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue