Skip to content

Commit

Permalink
Update LoveToDo grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plesnik committed Jun 21, 2024
1 parent 9ef9e78 commit e7af6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/LoveToDo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const LoveToDo = () => {
return (
<div>
<Heading size={3}>What I love to do</Heading>
<ul className="mb-4 grid gap-3 sm:grid-cols-2">
<ul className="mb-4 grid grid-flow-col gap-3 sm:grid-rows-5">
{skills.map((skill, i) => (
<li key={i} className="flex items-center gap-2">
<span className="block h-px w-6 bg-zinc-600" />
Expand Down

0 comments on commit e7af6f5

Please sign in to comment.