Skip to content

Commit

Permalink
Switch to one column on mobile (#3)
Browse files Browse the repository at this point in the history
* add npm lockfile too

* switch to one column on mobile
  • Loading branch information
TodePond authored Jan 1, 2025
1 parent 161ab5a commit 2202544
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ body {
height: 100%;
}

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

.slot {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 2202544

Please sign in to comment.