aaronaustin

Results 2 issues of aaronaustin

I'm having problems with media queries in gridlex compressing the page. When I use: `grid-3_xs-1` on a div and the col class on children, the max-width and flex-basis keep the...

I managed to get gatsby-paginate working, but when I include ``` image { sizes(maxWidth: 400) { ...GatsbyContentfulSizes } } ``` in my graphql query in gatsby-node.js, my development build fails....