Adds 2em to the bottom of the illustration div in compact panels (#26)

This commit is contained in:
Christopher Neugebauer 2016-06-27 18:05:57 +10:00 committed by Scott Bragg
parent 6814b290eb
commit d3a8b39a7b

View file

@ -1025,6 +1025,8 @@ table.alt tr:not(:last-of-type) {
.panel__compact .panel--1-3 {
width: 100%;
margin-bottom: 2em;
}
@media (min-width: 48em) {