Skip to content

Commit

Permalink
Fix inconsistent <p> layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlangan committed Dec 18, 2020
1 parent 5746662 commit 788d67f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,16 +228,16 @@ dl {
width: 100%;
flex-direction: column;
flex-wrap: wrap;
p {
margin-bottom: 0;
margin-top: 0;
}
dt {
font-weight: bold;
width: 100%;
padding-right: .5em;
}
dd {
width: 100%;
p {
margin-bottom: 0;
margin-top: 0;
}
}
}

0 comments on commit 788d67f

Please sign in to comment.