Skip to content

Commit ca33809

Browse files
authored
fix: adjust dithering canvas height (#105)
2 parents 0b570b5 + 27d53f8 commit ca33809

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
@@ -220,7 +220,7 @@
220220
<ScrollUpButton screenWidth={1280} />
221221
<div class="fixed -left-4 top-0 -z-[20] opacity-20">
222222
<!-- Cool dithering Japanese effect -->
223-
<div data-us-project="jzsvsRi2fATTRNcOAqWq" class="h-[calc(100dvh+4rem)] w-screen"></div>
223+
<div data-us-project="jzsvsRi2fATTRNcOAqWq" class="h-[calc(100dvh+5rem)] w-screen"></div>
224224
<script type="text/javascript">
225225
!(function () {
226226
if (!window.UnicornStudio) {

0 commit comments

Comments
 (0)