Fixes padding bottom on recommended index

This commit is contained in:
decabeza
2018-07-11 17:07:15 +02:00
committed by Angel Perez
parent 8cbc709601
commit 137078054e

View File

@@ -2409,7 +2409,7 @@ table {
border-bottom: 1px solid #eee;
margin-bottom: $line-height;
margin-top: rem-calc(-25);
padding: $line-height 0;
padding: $line-height 0 $line-height / 2;
@include breakpoint(medium) {
padding-top: 0;