Adjust margins

This commit is contained in:
Oliver Davies 2018-01-15 21:16:55 +00:00
parent ac6b0ad08f
commit f3808f4c27

View file

@ -18,9 +18,9 @@
} }
.table tr th { .table tr th {
@apply .text-left .p-3 .bg-white; @apply .text-left .px-3 .py-2 .bg-white;
} }
.table td { .table td {
@apply .px-3 .py-3 .border-t; @apply .px-3 .py-2 .border-t;
} }