mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
style: make text on front page slightly smaller
This commit is contained in:
parent
14c7854aa8
commit
ce71adf981
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@
|
||||||
<main class="background px-4">
|
<main class="background px-4">
|
||||||
<div class="container max-w-4xl 2xl:max-w-5xl mx-auto p-10">
|
<div class="container max-w-4xl 2xl:max-w-5xl mx-auto p-10">
|
||||||
<Typewriter mode="scramble" scrambleDuration={750}>
|
<Typewriter mode="scramble" scrambleDuration={750}>
|
||||||
<h1 class="text-6xl font-bold text-center tracking-tight mt-20">👋 Hi, I'm Youwen,</h1>
|
<h1 class="text-5xl sm:text-6xl font-bold text-center tracking-tight mt-20">
|
||||||
|
👋 Hi, I'm Youwen,
|
||||||
|
</h1>
|
||||||
</Typewriter>
|
</Typewriter>
|
||||||
<div class="text-2xl md:text-3xl font-medium mt-10 text-center">
|
<div class="text-2xl md:text-3xl font-medium mt-10 text-center">
|
||||||
<Typewriter cursor mode="loop">
|
<Typewriter cursor mode="loop">
|
||||||
|
|
Loading…
Reference in a new issue