Improve layout of homepage cards

This commit is contained in:
Ryan Watters
2017-02-10 00:57:04 -06:00
parent 11df937098
commit c4b40a8f68
2 changed files with 2 additions and 2 deletions
@@ -48,7 +48,7 @@ main#homepage {
}
@include MQ(M) {
flex: 1 0 #{$M * .4};
max-width: $M * .4;
max-width: 48%;
margin-bottom: 1em;
}
section {
File diff suppressed because one or more lines are too long