Skip to content

Commit

Permalink
Add mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Feb 10, 2025
1 parent 98977c2 commit dfdc479
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
<ul class="flex lg:flex-row flex-col justify-between lg:items-start items-center gap-6">
{#each creatorProjects as { link, name, description, icon: Icon }}
<li class="my-6 space-y-4 grid grid-rows-2">
<span class="flex flex-row flex-nowrap items-center justify-center space-x-4 w-full h-10">
<span
class="flex flex-row flex-nowrap items-center justify-center space-x-4 w-full lg:h-10"
>
<Icon />
<a
href={link}
Expand Down

0 comments on commit dfdc479

Please sign in to comment.