Skip to content

Commit d64d00c

Browse files
committed
fix: style adjustments for mobile
1 parent 3afa178 commit d64d00c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<p class="mt-100 mb-10">theres no content here yet...</p>
3232
</main>
33-
<footer class="w-full flex flex-row justify-end fixed bottom-0 p-1">
33+
<footer class="hidden w-full md:flex flex-row justify-end fixed bottom-0 p-1">
3434
<a
3535
href="https://github.com/jumpyjacko/jumpyjacko.github.io"
3636
target="_blank"
@@ -43,7 +43,7 @@
4343
<svg
4444
bind:this={scrollIndicator}
4545
width="60"
46-
height="60"
46+
height="35"
4747
class="animate-bounce"
4848
>
4949
<path

0 commit comments

Comments
 (0)