mobile th padding was too broad

This commit is contained in:
Kris 2018-04-20 19:14:48 -04:00
parent e7e64998a3
commit 4997ede16c
1 changed files with 5 additions and 1 deletions

View File

@ -76,7 +76,7 @@
th,
td {
padding: 10px 0 0;
padding: 7px 0;
color: dark-light-choose($primary-medium, $secondary-medium);
max-width: 300px;
}
@ -140,6 +140,10 @@
vertical-align: top;
}
th {
padding: 10px 0 0;
}
td:first-of-type {
padding-left: 10px;
}