layout changes
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
.fifty {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
|
||||
> * {
|
||||
flex: 1 1 auto;
|
||||
margin: $gutter 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: 650px) {
|
||||
flex-wrap: nowrap;
|
||||
|
||||
> * {
|
||||
|
Reference in New Issue
Block a user