Add a lil more padding on last table row

pull/1/head
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
1 changed files with 4 additions and 0 deletions

View File

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