fix spacing issues

Fixes Travis testing
This commit is contained in:
Connor Hudson 2016-05-23 15:35:05 -04:00
parent 0b6b81e1f1
commit e73b26b686

View file

@ -81,9 +81,9 @@
} }
@media only screen and (max-width: $tablet - 1) { @media only screen and (max-width: $tablet - 1) {
.index{ .index {
.flex-row { .flex-row {
align-items: center; align-items: center;
}
} }
}
} }