Skip to content

Commit

Permalink
fix(layout): some layout in mobile (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuozhiyongde committed Oct 11, 2023
1 parent f9c969c commit 43bf238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const Welcome = () => {
const PostScreen = () => {
const { posts } = useHomeQueryData()
return (
<Screen className="h-[120vh]">
<Screen className="h-fit min-h-[120vh]">
<TwoColumnLayout leftContainerClassName="h-[30rem] lg:h-1/2">
<m.h2
initial={{
Expand Down
1 change: 1 addition & 0 deletions src/app/notes/[id]/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
}

@media screen and (max-width: 599px) {
max-width: 100vw;
margin-left: -1.25em;
margin-right: -1.25em;
padding: 1em 3em;
Expand Down

1 comment on commit 43bf238

@vercel
Copy link

@vercel vercel bot commented on 43bf238 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
springtide.vercel.app
shiro-git-main-innei.vercel.app
innei.in

Please sign in to comment.