Skip to content

Commit

Permalink
adjust media query
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Aug 27, 2023
1 parent 0d58499 commit d56c881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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: 1200px) {
@media (max-width: 700px) {
.cols {
flex-flow: column;
}
Expand Down
5 changes: 5 additions & 0 deletions src/routes/regular/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@
justify-content: center;
flex: 1 1 auto;
}
@media (max-width: 700px) {
.grid {
flex-flow: column;
}
}
</style>

0 comments on commit d56c881

Please sign in to comment.