Skip to content

Commit

Permalink
💄 Added responsivity style
Browse files Browse the repository at this point in the history
  • Loading branch information
EdTonatto committed Jul 1, 2023
1 parent 5227b80 commit 907b079
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/App.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
gap: 2rem;
align-items: flex-start;
}

@media (max-width: 768px) {
html {
font-size: 87.5%;
}

.wrapper {
grid-template-columns: 1fr;
}
}

0 comments on commit 907b079

Please sign in to comment.