cfpb / capital-framework

The Consumer Financial Protection Bureau's user interface framework
https://cfpb.github.io/capital-framework/
Creative Commons Zero v1.0 Universal
55 stars 29 forks source link

Convert media queries to pixels? #957

Open anselmbradford opened 5 years ago

anselmbradford commented 5 years ago

Media queries are converted to ems, at e.g. https://github.com/cfpb/capital-framework/blob/master/packages/cf-core/src/cf-media-queries.less#L11

This breaks the existing page layout on cfgov-refresh if the font size is customized and increased. Should we convert the media queries to pixels?