Skip to content

Commit

Permalink
デザインと軽量化のためもやもやをスマホで非表示
Browse files Browse the repository at this point in the history
  • Loading branch information
irumaru committed Oct 30, 2023
1 parent ab2bcea commit 67f8742
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ const socialImageURL = new URL("social_preview.png", Astro.url);
<body class="relative -z-20 h-full w-full overflow-hidden bg-primary text-primary">
<div class="absolute left-0 top-0 -z-10 hidden h-[400px] w-[400px] rounded-full bg-[#FFD6A5] lg:inline" id="cloud-1" style="filter: blur(300px);">
</div>
<div class="absolute bottom-0 right-0 -z-10 h-[400px] w-[400px] rounded-full bg-[#A5FFE1]" id="cloud-2" style="filter: blur(300px);"></div>
<div
class="absolute bottom-0 right-0 -z-10 hidden h-[400px] w-[400px] rounded-full bg-[#A5FFE1] lg:inline"
id="cloud-2"
style="filter: blur(300px);"
>
</div>
<script>
import { gsap } from "gsap";

Expand Down

0 comments on commit 67f8742

Please sign in to comment.