Skip to content

Commit

Permalink
cleanup: Better grid on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored May 1, 2024
1 parent b9c9bdb commit 81d0d69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/.vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));

@media screen and (max-width: 37.5rem){
grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
min-width: 100%;
padding: 0;
gap: 10px;
Expand Down

0 comments on commit 81d0d69

Please sign in to comment.