June 8, 20179 yr Hello all. I am having a play with the flexboxgrid system and have come across an issue. I would like to create a media that only works on medium screen sizes. The documentation does not seem to give you the widths of the different breakpoints that the system uses. Can anyone give me some advice on how to create a media query to only target medium screens? The flexboxgrid can be viewed here: http://flexboxgrid.com/ Thanks.
June 8, 20179 yr I wouldn't recommend using flexbox for creating full page grid systems. https://jakearchibald.com/2014/dont-use-flexbox-for-page-layout/ Interestingly the grid I built for Nebula doesn't use flexbox (apart from the equal heights option) and it has almost all of the features that the grid system you linked to. http://rbrtsmith.com/nebula-css/#grid Edited June 8, 20179 yr by rbrtsmith
Create an account or sign in to comment