remove unnecessary panel-container
This commit is contained in:
parent
ccef45b78c
commit
30f20e7c78
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user