a bit better

This commit is contained in:
Michael Freno
2025-12-30 15:16:52 -05:00
parent 48bf4607b8
commit bd23646ac3

View File

@@ -153,7 +153,7 @@ export default function Home() {
</div>
</div>
</div>
<div class="flex justify-between">
<div class="flex justify-between text-center">
<Typewriter
speed={120}
class="mx-auto max-w-3/4 pt-8 md:max-w-1/2"
@@ -174,6 +174,7 @@ export default function Home() {
macos and arch linux rice in there if you're into that kinda thing
and a home server setup too. Which I will write about soon.
</Typewriter>
</div>
<div class="flex flex-col items-end justify-center gap-4 pr-4">
<Typewriter speed={30} keepAlive={false} delay={500}>
<div>
@@ -191,7 +192,6 @@ export default function Home() {
</Typewriter>
</div>
</div>
</div>
</main>
</>
);