Skip to content

Commit af30c42

Browse files
this should fix it
1 parent 3c40942 commit af30c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<main class="bg-gray-100">
66
<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"
7+
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"
88
>
99
<slot />
1010
<div

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
}
151151
</script>
152152

153-
<div class="text-4xl font-medium font-patua text-center px-3 py-6">
153+
<div class="text-4xl font-medium font-patua text-center px-4 py-6">
154154
How Many Iconic Computing Numbers can you Recognize?<span
155155
class="absolute text-gray-500 text-sm translate-y-0.25">v2</span
156156
>

0 commit comments

Comments
 (0)