Set min width for panel container to fix IE bug

This commit is contained in:
Luis Cielak 2019-02-13 13:37:48 -05:00 committed by luisgov
parent 6cf0423397
commit 7ed292f5f0

View File

@ -1,6 +1,7 @@
.portfolio-panel-container {
@include media($large-screen) {
@include grid-row;
min-height: 500px;
}
margin-left: 2 * $gap;