We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afa178 commit d64d00cCopy full SHA for d64d00c
1 file changed
src/App.svelte
@@ -30,7 +30,7 @@
30
31
<p class="mt-100 mb-10">theres no content here yet...</p>
32
</main>
33
-<footer class="w-full flex flex-row justify-end fixed bottom-0 p-1">
+<footer class="hidden w-full md:flex flex-row justify-end fixed bottom-0 p-1">
34
<a
35
href="https://github.com/jumpyjacko/jumpyjacko.github.io"
36
target="_blank"
@@ -43,7 +43,7 @@
43
<svg
44
bind:this={scrollIndicator}
45
width="60"
46
- height="60"
+ height="35"
47
class="animate-bounce"
48
>
49
<path
0 commit comments