Skip to content

Commit

Permalink
fix: max width padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lin committed Feb 1, 2023
1 parent dd0f13f commit 4ef45ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

@media screen and (max-width: 996px) {
.heroBanner {
.introductionBlock {
padding: 2rem;
}
}
Expand Down

0 comments on commit 4ef45ec

Please sign in to comment.