Skip to content

Commit 97ead6d

Browse files
authored
Update App.css
1 parent 29272d1 commit 97ead6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/App.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,13 @@ pre.code {
228228
display: flex;
229229
flex-wrap: wrap;
230230
margin-bottom: 15px;
231-
border-bottom: 1px solid lightgrey;
231+
border-bottom: 1px solid #e0e0e0;
232232
padding-bottom: 15px;
233233
}
234234

235235
.single-item .item:last-child {
236236
margin-bottom: 0;
237+
border-bottom: none;
237238
}
238239

239240
.single-item .def {

0 commit comments

Comments
 (0)