Fix layout bug on browse page in Safari

This commit is contained in:
Andrew Miner
2016-04-10 14:09:56 -07:00
parent 3529bccf3a
commit d873c4b7f1
+1 -1
View File
@@ -15,7 +15,7 @@
justify-content : space-between;
.view__mod_tile {
max-width : calc(50% - 12px); // $size-margin-large / 2
width : calc(50% - 12px); // $size-margin-large / 2
margin-bottom : $size-margin-large;
}
}