Skip to content

Commit

Permalink
fix: add missing padding for tablet size
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizendae authored and yjose committed Nov 26, 2024
1 parent db5ee2b commit ae82a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6 {

.container {
@apply mx-auto w-full
px-4 sm:px-0 /* Base padding for smaller screens */
px-4 lg:px-0 /* Base padding for smaller screens */
max-w-[90rem] /* 1440px max-width */
sm:max-w-[640px]
md:max-w-[768px]
Expand Down

0 comments on commit ae82a61

Please sign in to comment.