Skip to content

Commit 6f10718

Browse files
committed
fix: correct the :last-child selector of content
1 parent 3c64849 commit 6f10718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/hb/modules/docs/scss/_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
margin-top: 0.5rem;
1616
}
1717

18-
> :last-child {
18+
> *:last-child {
1919
margin-bottom: 0;
2020
}
2121
}

0 commit comments

Comments
 (0)