Skip to content

Commit

Permalink
chore: restyle demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Dec 14, 2023
1 parent bcb2ffe commit 453ed60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
@media (max-width: 600px) {
@media (max-width: 800px) {
main {
grid-template-columns: 1fr;
}
Expand Down Expand Up @@ -95,4 +95,7 @@
:global(.dark) button:active {
background: rgba(255, 255, 255, 0.2);
}
div {
overflow-x: auto;
}
</style>

0 comments on commit 453ed60

Please sign in to comment.