// Extra small devices (portrait phones, less than 576px) // No media query since this is the default in Bootstrap // Small devices (landscape phones, 576px and up) @media (min-width: 576px) { ... } / ...
Screen Size Overlay is a lightweight React component that displays the current screen size (width and height), shows distances to the previous and next breakpoints. Supports presets (Tailwind CSS, ...