brandocms / europacss

A design system for responsive websites
MIT License
0 stars 0 forks source link

Max width for ipad_portrait container? #97

Open tmjoen opened 2 years ago

tmjoen commented 2 years ago

Then we can limit the font size for $xs and give it more padding-x?

tmjoen commented 2 years ago
    container: {
      maxWidth: {
        iphone: '100%',
        mobile: '100%',
        ipad_portrait: '768px-899px',
        ipad_landscape: '100%',
        desktop_md: '100%',
        desktop_lg: '100%',
        desktop_xl: '2000px'
      }
    }