remove unnecessary panel-container

This commit is contained in:
Andrew Croce 2018-07-20 08:25:18 -04:00
parent ccef45b78c
commit 30f20e7c78

View File

@ -44,36 +44,3 @@
}
}
}
/*
* Panel Container
* Grid container for panel blocks
*/
.panel-container {
@include grid-row;
@include grid-pad;
@include margin(($site-margins-mobile * 2) null);
@include media($medium-screen) {
@include margin(($site-margins * 2) null);
}
@include media($large-screen) {
flex-wrap: nowrap;
}
> .col {
@include grid-pad;
}
h1 {
margin-bottom: 0;
}
h2 {
color: $color-gray;
}
}