Skip to content
Gallery
nytgames
CreativeTech Wiki (internal)
Share
Explore
Reference

icon picker
Flex Suite Breakpoints

Breakpoint Guides.png
Flex-Suite_Breakpoint Guides.pdf
80.8 kB
/* Desktop – Large */
@media screen and (min-width: 1440px) {
}

/* Desktop – Small */
@media screen and (max-width: 1280px) {
}

/* Desktop – Small, resized */
@media screen and (max-width: 970px) {
}

/* Tablet */
@media screen and (max-width: 768px) {
}

/* Mobile */
@media screen and (max-width: 428px) {
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.