Skip to content

Commit

Permalink
微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
snakaya committed Jul 17, 2023
1 parent 7623902 commit d39d693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/Work.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function Work() {
<p class="m-4 text-2xl text-center font-medium">Keywords:</p>
<div
// id="skillCards" class="flex flex-wrap items-start justify-center mx-1 py-1"
id="skillCards" class="grid gap-1 sm:grid-cols-3 md:grid-cols-5 lg:grid-cols-6"
id="skillCards" class="grid gap-1 grid-cols-2 sm:grid-cols-3 md:grid-cols-5 lg:grid-cols-6"
onClick={(e) => {
e.preventDefault();
e.stopPropagation();
Expand Down

0 comments on commit d39d693

Please sign in to comment.