Add a lil more padding on last table row

This commit is contained in:
Patrick Marsceill
2019-08-13 17:34:28 -04:00
parent d0325e948e
commit e370654237

View File

@@ -43,6 +43,10 @@ tbody {
td {
border-bottom: 0;
}
td {
padding-bottom: $sp-3;
}
}
}
}