Fix breakpoints

pull/54/head
Nicholas Antonov 2018-02-06 14:47:44 -05:00
parent a334a718ef
commit c99b19fe72
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
@media screen and (max-width: 480px) {
@import 'foundation';
@include breakpoint (small down) {
.wrapper {
display: grid;
grid-template-columns: fit-content 1fr 20%;
@ -50,7 +52,7 @@
}
}
@media screen and (min-width: 480px) {
@include breakpoint (medium) {
.wrapper {
display: grid;
grid-template-columns: fit-content 1fr 20%;