Skip to content

Commit 1fd21e1

Browse files
committed
Remove border from the last item in definition list
1 parent fee94d6 commit 1fd21e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ dl > div {
3939
}
4040
}
4141

42+
dl > div:last-child {
43+
border-bottom: none;
44+
}
45+
4246
dt,
4347
dd {
4448
margin: 0;

0 commit comments

Comments
 (0)