javascript - Inline CSS styles in React: how to implement media queries? - Stack Overflow

PHOTO EMBED

Mon Apr 15 2024 13:22:26 GMT+0000 (Coordinated Universal Time)

Saved by @ziaurrehman

    <Box
            height={"auto"}
            backgroundColor={"#F7F8FA"}
            width={"400px"}
            css={{
                '@media (max-width: 1280px)': {
                    width: "380px",
                },
            }}
        > </Box>
content_copyCOPY

https://stackoverflow.com/questions/28405444/inline-css-styles-in-react-how-to-implement-media-queries