Skip to content

Commit

Permalink
fix:pattern hidden on small resolutions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanBalota authored Jan 24, 2024
1 parent 1d5096b commit 388d765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pattern.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="bg-gray-50 lg:absolute lg:top-0 lg:right-0 lg:w-1/2 relative">
<div class="bg-gray-50 hidden lg:block lg:absolute lg:top-0 lg:right-0 lg:w-1/2 relative">
<svg
class="absolute top-0 left-0 hidden h-48 w-fulltranslate-x-1/2 transform fill-white lg:block"
viewBox="0 0 100 100"
Expand Down

0 comments on commit 388d765

Please sign in to comment.