Skip to content

Commit 60f1f5d

Browse files
authored
style: correct the padding of first item (#183)
1 parent a9c5854 commit 60f1f5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/hb/modules/breadcrumb/scss/index.scss

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
}
3535
}
3636

37+
&:first-child {
38+
padding-right: .5rem;
39+
}
40+
3741
&:last-child {
3842
max-width: 320px;
3943

0 commit comments

Comments
 (0)