panel-margin only has bottom margin

This commit is contained in:
Andrew Croce 2018-07-17 08:45:33 -04:00
parent 3f51b6b840
commit 8e185d1b12

View File

@ -19,6 +19,9 @@
} }
@mixin panel-margin { @mixin panel-margin {
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: $site-margins-mobile * 2; margin-bottom: $site-margins-mobile * 2;
@include media($medium-screen) { @include media($medium-screen) {