mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
🎨 Style ul
s like p
s 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:
parent
ffe7437056
commit
93a7c44950
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user