Skip to content

Commit

Permalink
Update width of container based on device type
Browse files Browse the repository at this point in the history
  • Loading branch information
Duoquote committed Mar 5, 2024
1 parent 5767b28 commit 564a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const About = () => {
flexShrink: 0,
pt: 8,
pb: 8,
width: "100%",
width: isMobile ? "100%" : "auto",
}}>
<Box sx={{
background: `url(${miau}) no-repeat center center`,
Expand Down

0 comments on commit 564a7e5

Please sign in to comment.