We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c40942 commit af30c42Copy full SHA for af30c42
src/routes/+layout.svelte
@@ -4,7 +4,7 @@
4
5
<main class="bg-gray-100">
6
<div
7
- class="mr-auto ml-auto max-w-5xl min-h-dvh bg-orange-50 px-4 shadow-[0_0_30px_5px] shadow-gray-400 relative pb-10"
+ class="mr-auto ml-auto max-w-5xl min-h-dvh bg-orange-50 px-3 shadow-[0_0_30px_5px] shadow-gray-400 relative pb-10"
8
>
9
<slot />
10
src/routes/+page.svelte
@@ -150,7 +150,7 @@
150
}
151
</script>
152
153
-<div class="text-4xl font-medium font-patua text-center px-3 py-6">
+<div class="text-4xl font-medium font-patua text-center px-4 py-6">
154
How Many Iconic Computing Numbers can you Recognize?<span
155
class="absolute text-gray-500 text-sm translate-y-0.25">v2</span
156
0 commit comments