mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 09:23:50 -08:00
style: keep cursor on terminal bit
This commit is contained in:
parent
2644a44884
commit
0c3bab1f7a
1 changed files with 2 additions and 2 deletions
|
@ -44,10 +44,10 @@
|
|||
<h1 class="text-4xl tracking-tight sm:text-6xl font-bold">👋 Hi. I'm Youwen.</h1>
|
||||
</Typewriter>
|
||||
<div class="mt-10">
|
||||
<Card.Root class="p-4">
|
||||
<Card.Root class="p-4 h-fit">
|
||||
<span class="inline-flex gap-6 align-center font-mono">
|
||||
<p class="text-2xl md:text-3xl">sh-5.2$</p>
|
||||
<Typewriter cursor mode="cascade" interval={300}>
|
||||
<Typewriter cursor mode="cascade" interval={300} keepCursorOnFinish>
|
||||
<h2 class="text-2xl md:text-3xl">uname -a</h2>
|
||||
</Typewriter>
|
||||
</span></Card.Root
|
||||
|
|
Loading…
Reference in a new issue