Skip to content

Commit 5bf505f

Browse files
Merge pull request #87 from kallewesterling/main
Adjust margin-top on first child `ul` elements inside tables
2 parents eb4d097 + 9f0db99 commit 5bf505f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

production/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@ label {
370370
font-weight: 400;
371371
line-height: 24px;
372372
border-bottom: 1px solid #dcdcdc;
373+
374+
ul:first-child {
375+
margin-top: 0;
376+
}
373377
}
374378

375379
p, li {

0 commit comments

Comments
 (0)