We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125577a commit a5c883cCopy full SHA for a5c883c
1 file changed
src/routes/(anonymous)/+page.svelte
@@ -15,12 +15,10 @@
15
});
16
</script>
17
18
-<section
19
- class="flex flex-col items-center justify-center h-full text-white text-center space-y-6 px-6"
20
->
+<section class="flex flex-col items-center justify-center h-full text-white text-center space-y-6">
21
<span class="flex">
22
- <img class="h-20 pr-4" src="/IconSpinning.svg" alt="logo" />
23
- <img class="h-20" src="/LogoBakedFont.svg" alt="logo" />
+ <img class="h-9 pr-2 sm:h-14 md:h-20 md:pr-4" src="/IconSpinning.svg" alt="logo" />
+ <img class="h-9 sm:h-14 md:h-20" src="/LogoBakedFont.svg" alt="logo" />
24
</span>
25
<p class="text-lg md:text-2xl opacity-75">
26
The go-to platform for safe, reliable, real low-latency remote shocking.<br />
0 commit comments