Skip to content

Commit

Permalink
🎨 Use only 11 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Mar 3, 2021
1 parent 998d5d8 commit c7a3a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
}
@media (min-width: 600px) {
.cards {
grid-template-columns: repeat(12, 1fr);
grid-template-columns: repeat(11, 1fr);
}
}
Expand Down

0 comments on commit c7a3a5d

Please sign in to comment.