Skip to content

Commit

Permalink
Fix svg position
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-ff committed Apr 3, 2024
1 parent 0592cb9 commit 36bcd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import MachineLearningLogo from '@components/icons/MachineLearning.astro';
These are what I'm currently enthusiast of
</h2>
<div
class="grid grid-cols-1 gap-4 pl-8 md:grid-cols-2 md:pl-0 [&>*>svg]:absolute [&>*>svg]:-left-8 [&>*>svg]:top-1 [&>*>svg]:h-6 [&>*>svg]:w-6"
class="grid grid-cols-1 gap-4 pl-8 md:grid-cols-2 md:pl-0 [&>*>svg]:absolute [&>*>svg]:-left-8 [&>*>svg]:top-[2px] [&>*>svg]:h-6 [&>*>svg]:w-6 sm:[&>*>svg]:top-1"
>
<div class="relative">
<JSLogo />
Expand Down

0 comments on commit 36bcd94

Please sign in to comment.