forked from argoproject/Argo
-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Estimate: < 2 Hourscategory: stylesaffects lots of styles, requiring visual testingaffects lots of styles, requiring visual testingtype: feature request
Milestone
Description
See https://github.com/INN/Largo/blob/master/less/inc/variables.less#L122-L133:
@mobile: ~"only screen and (max-width: 529px)";
@tablet: ~"only screen and (min-width: 768px) and (max-width: 979px)";
@tabletDown: ~"only screen and (max-width: 979px)";
@tabletUp: ~"only screen and (min-width: 768px)";
@desktop: ~"only screen and (min-width: 980px) and (max-width: 1128px)";There's a media query for "up to 529px" and for "bigger than 768px", but not one for "up to 768px".
I don't know such a thing is included in Bootstrap 4, which we might want to look into for #newlargo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Estimate: < 2 Hourscategory: stylesaffects lots of styles, requiring visual testingaffects lots of styles, requiring visual testingtype: feature request