🎨 Style uls like ps when they're direct content (#347)

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 <github@tatianamac.com>
This commit is contained in:
F 2020-10-08 01:15:35 +01:00 committed by GitHub
parent ffe7437056
commit 93a7c44950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@
} }
} }
& > p { & > p,
& > ul {
font-family: $sans-serif; font-family: $sans-serif;
font-size: 1.5rem; font-size: 1.5rem;
grid-column: 1 / -1; grid-column: 1 / -1;