Skip to content

Commit 29272d1

Browse files
committed
add border-bottom to each of the line in blocks
1 parent 8bdc43e commit 29272d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/App.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ pre.code {
228228
display: flex;
229229
flex-wrap: wrap;
230230
margin-bottom: 15px;
231+
border-bottom: 1px solid lightgrey;
232+
padding-bottom: 15px;
231233
}
232234

233235
.single-item .item:last-child {

0 commit comments

Comments
 (0)