Adjust margins
This commit is contained in:
parent
ac6b0ad08f
commit
f3808f4c27
|
@ -18,9 +18,9 @@
|
|||
}
|
||||
|
||||
.table tr th {
|
||||
@apply .text-left .p-3 .bg-white;
|
||||
@apply .text-left .px-3 .py-2 .bg-white;
|
||||
}
|
||||
|
||||
.table td {
|
||||
@apply .px-3 .py-3 .border-t;
|
||||
@apply .px-3 .py-2 .border-t;
|
||||
}
|
||||
|
|
Reference in a new issue