Skip to content

Commit 2b1abec

Browse files
committed
Fix incorrect property
1 parent 5fe959a commit 2b1abec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/layout/helpers/_separation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ hr {
175175
}
176176

177177
.border-right-none {
178-
border-top: 0;
178+
border-right: 0;
179179
}
180180

181181
.border-left-lighter {

0 commit comments

Comments
 (0)