panel-margin only has bottom margin
This commit is contained in:
parent
3f51b6b840
commit
8e185d1b12
@ -19,6 +19,9 @@
|
||||
}
|
||||
|
||||
@mixin panel-margin {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: $site-margins-mobile * 2;
|
||||
|
||||
@include media($medium-screen) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user