Skip to content

Commit

Permalink
feat(About page/Me): Added mobile support(auto-fit)
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Oct 14, 2024
1 parent 4a9b944 commit 5fe7af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/about/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
grid-gap: 5px;
justify-content: center;
align-items: center;
grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
}

0 comments on commit 5fe7af6

Please sign in to comment.