Newer
Older
align-items: stretch;
display: flex;
flex-wrap: wrap;
flex: 1 1 auto;
position: relative;
width: 100%;
}
.hy-grid__row > [class^="hy-grid-item"] {
float: left;
@include breakpoint($medium) {
margin: 1%;
}
}
.hy-grid__row::after {
content: "";
display: table;
clear: both;
}