Skip to content

Commit

Permalink
fix: Tinier on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
paintoshi committed Nov 28, 2024
1 parent 969a137 commit 666bdd9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/* Mobile */
@media (max-width: 700px) {
.main {
padding: 0 16px;
padding: 0 0;
}

.center {
Expand All @@ -59,14 +59,19 @@
height: 300px;
}

.center > div {
max-width: 90vw;
}

.title {
font-size: 2.5rem;
margin-bottom: 0.4rem;
font-size: 2rem;
margin-bottom: 1rem;
}

.description {
font-size: 0.9rem;
margin-bottom: 2rem;
display: none;
}

.githubImage {
Expand Down

0 comments on commit 666bdd9

Please sign in to comment.