small styling change

This commit is contained in:
Michael Freno
2025-12-19 14:23:10 -05:00
parent 14fafdc14d
commit 515dc1037c

View File

@@ -37,10 +37,14 @@ export default function Home() {
</div> </div>
<div class="flex flex-col items-end gap-4"> <div class="flex flex-col items-end gap-4">
<Typewriter speed={50} keepAlive={false}> <Typewriter speed={50} keepAlive={false}>
<div>My Collection of By-the-ways:</div> <div>
My Collection of
<br />
By-the-ways:
</div>
</Typewriter> </Typewriter>
<Typewriter speed={50} keepAlive={false}> <Typewriter speed={50} keepAlive={false}>
<ul class="list-disc pr-8"> <ul class="list-disc">
<li>I use Neovim</li> <li>I use Neovim</li>
<li>I use Arch Linux</li> <li>I use Arch Linux</li>
<li>I use Rust</li> <li>I use Rust</li>