Skip to content

Commit

Permalink
Fix mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
healeycodes committed Nov 19, 2022
1 parent 0b8267d commit 009a082
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.page {
display: flex;
justify-content: center;
@media only screen and (min-device-width: 768px) {
.page {
display: flex;
justify-content: center;
}
}

.container {
Expand Down

1 comment on commit 009a082

@vercel
Copy link

@vercel vercel bot commented on 009a082 Nov 19, 2022

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:

codeguessr – ./

codeguessr-healeycodes.vercel.app
codeguessr-git-main-healeycodes.vercel.app
codeguessr.vercel.app

Please sign in to comment.