Skip to content

Commit

Permalink
feat: modify responsive display
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeyeonAhn committed Dec 28, 2024
1 parent 64823ab commit bbabf91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web/src/styles/themes/responsive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const responsive = {
xs: "320px",
},
CONTENT: {
xxl: "1120px",
xl: "880px",
lg: "640px",
xxl: "1200px",
xl: "1040px",
lg: "800px",
md: "560px",
sm: "calc(100% - 40px)",
sm: "calc(100% - 30px)",
},
};

Expand Down

0 comments on commit bbabf91

Please sign in to comment.