Adds 2em to the bottom of the illustration div in compact panels (#26)
This commit is contained in:
parent
6814b290eb
commit
d3a8b39a7b
1 changed files with 2 additions and 0 deletions
|
@ -1025,6 +1025,8 @@ table.alt tr:not(:last-of-type) {
|
||||||
|
|
||||||
.panel__compact .panel--1-3 {
|
.panel__compact .panel--1-3 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: 2em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 48em) {
|
@media (min-width: 48em) {
|
||||||
|
|
Loading…
Reference in a new issue