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
No known key found for this signature in database
GPG Key ID: 286B93882D828F40

View File

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