Skip to content

Commit ea088f3

Browse files
committed
remove divider from last row
1 parent 5c8ac28 commit ea088f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpack/sass/main.scss

+5
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ code {
207207
border-bottom: 0.1875rem solid $color-light-gray;
208208
}
209209

210+
.column:nth-last-child(-n + 3):nth-child(3n + 1), .column:nth-last-child(-n + 3):nth-child(3n + 1) ~ .column
211+
{
212+
border-bottom: none;
213+
}
214+
210215
.blog-entry {
211216
@extend .padding-vertical-larger;
212217
@extend .padding-horizontal-big;

0 commit comments

Comments
 (0)