Files
PINRemoteImage/docs/html/css/scss/_index.scss
Garrett Moon 9d2bd31f95 1.0
2015-07-22 17:29:31 -07:00

14 lines
186 B
SCSS

.index-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
@media (max-width: $mobile-max-width) {
flex-direction: column;
}
.index-column {
flex: 1 1 33%;
}
}