Skip to content

Commit

Permalink
hide render for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
schm00g committed Nov 25, 2023
1 parent ec4d1f5 commit 79fd765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Render from '@components/Render.astro';
</a>
</div>
</div>
<div data-testid="hero-img" class="mb-10 flex w-1/2 items-center justify-center">
<div data-testid="hero-img" class="mb-10 flex w-1/2 items-center justify-center hidden md:block">
<Render />
</div>
</section>

0 comments on commit 79fd765

Please sign in to comment.