Skip to content

Commit

Permalink
Media query for row layout at 1200px
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Aug 23, 2024
1 parent ab44cf6 commit e5b13b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
max-width: 500px;
margin: 2em;
}
@media (max-width: 700px) {
@media (max-width: 1100px) {
.cols {
flex-flow: column;
}
Expand Down

0 comments on commit e5b13b1

Please sign in to comment.