mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
fix: dot matrix background formatting
This commit is contained in:
parent
3b5d9c3781
commit
13069c4e2a
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
</svelte:head>
|
||||
|
||||
<main class="dots-background">
|
||||
<div class="container max-w-5xl mx-auto py-10 px-4 sm:px-8 justify-center">
|
||||
<div class="container max-w-5xl mx-auto py-14 px-4 sm:px-8 justify-center">
|
||||
<Typewriter mode="scramble" scrambleDuration={750}>
|
||||
<h1 class="text-5xl sm:text-6xl font-bold text-center mt-14 sm:mt-20 font-display">
|
||||
👋 Hi, I'm Youwen,
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</svelte:head>
|
||||
|
||||
<main class="dots-background">
|
||||
<div class="max-w-5xl md:mx-auto py-8 my-1 container px-4">
|
||||
<div class="max-w-5xl md:mx-auto py-12 my-1 container px-4">
|
||||
<!-- <h1 class="text-5xl md:text-6xl font-serif font-bold mt-14 sm:mt-18">The Coredump</h1> -->
|
||||
{#if loaded}
|
||||
<Coredump width="100%" height="auto" transition="vertical" />
|
||||
|
|
Loading…
Reference in a new issue