style: narrow table cell padding on mobile

This commit is contained in:
Sebin Nyshkim 2020-03-06 17:16:55 +01:00
parent 547d7bed01
commit cf92eeac58

View file

@ -49,7 +49,11 @@ table {
th, th,
td { td {
padding: 0.5em 1em; padding: 0.25em 0.5em;
@media (min-width: 35em) {
padding: 0.5em 1em;
}
} }
} }