Skip to content

Commit 1ee8fa4

Browse files
authored
Merge pull request #2 from coreyg142/develop
Quick fix for viewing on narrow (phone) screens
2 parents f29f60d + e39c811 commit 1ee8fa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/routes/+page.svelte

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
</script>
2424

2525
<div class="flex h-screen">
26-
<div class="m-auto w-2xl">
26+
<div class="m-auto w-2xs md:w-2xl">
2727
<div class="name-header text-center">
2828
<h1>
29-
<!-- TODO: investigate hidden absolute div method -->
3029
{#each nameSplit as char, i}
3130
<span
3231
class="{transitioned[i]

0 commit comments

Comments
 (0)