You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
305 B

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