Skip to content

Commit

Permalink
make mobile breakpoint slightly larger
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 1, 2025
1 parent 398b090 commit d8b7467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
gap: 0px 10px;
}

@media screen and (max-width: 700px) {
@media screen and (max-width: 750px) {
.slots {
grid-template-columns: 1fr;
}
Expand Down

0 comments on commit d8b7467

Please sign in to comment.