Skip to content

Commit dd3ca2a

Browse files
authored
hide dither in mobile
1 parent ca33809 commit dd3ca2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
</section>
219219

220220
<ScrollUpButton screenWidth={1280} />
221-
<div class="fixed -left-4 top-0 -z-[20] opacity-20">
221+
<div class="fixed hidden lg:block -left-4 top-0 -z-[20] opacity-20">
222222
<!-- Cool dithering Japanese effect -->
223223
<div data-us-project="jzsvsRi2fATTRNcOAqWq" class="h-[calc(100dvh+5rem)] w-screen"></div>
224224
<script type="text/javascript">

0 commit comments

Comments
 (0)