Skip to content

Commit

Permalink
Merge pull request #17 from xalc/master
Browse files Browse the repository at this point in the history
better experience for mobile
  • Loading branch information
xalc authored Jan 3, 2025
2 parents 5deabe7 + 3de8b56 commit 804a3a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/blog/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const useStyles = createStyles(({ css }) => ({
align-self: center;
overflow: auto;
width: 80%;
min-width: 400px;
max-width: 1000px;
`,
image: css`
Expand Down
1 change: 0 additions & 1 deletion src/components/blogs/BlogItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const useStyles = createStyles(({ css, token }) => ({
background-color: ${token.colorBgContainer};
border-radius: ${token.borderRadiusLG}px;
padding: ${token.paddingLG}px;
min-width:400px;
max-width: 1200px;
`,

Expand Down

0 comments on commit 804a3a9

Please sign in to comment.