Skip to content

Commit

Permalink
🎨 Style uls like ps when they're direct content (selfdefined#347)
Browse files Browse the repository at this point in the history
Without this change, `ul`s get compressed to a single grid column if they're direct children of `.definition-content__content`.

Co-authored-by: Tatiana Mac <[email protected]>
  • Loading branch information
erbridge and tatianamac authored Oct 8, 2020
1 parent ffe7437 commit 93a7c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/structures/_definition-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
}
}

& > p {
& > p,
& > ul {
font-family: $sans-serif;
font-size: 1.5rem;
grid-column: 1 / -1;
Expand Down

0 comments on commit 93a7c44

Please sign in to comment.