|
|
|
@ -6,7 +6,7 @@ import MenuTitle from "./MenuTitle.svelte";
|
|
|
|
|
<main class="flex flex-col lg:flex-row gap-3 appear">
|
|
|
|
|
<MenuTitle text="AlexArcher" classes="w-full lg:w-fit" />
|
|
|
|
|
|
|
|
|
|
<section class="flex gap-3 items-end justify-start">
|
|
|
|
|
<section class="flex px-2 lg:px-0 gap-3 items-end justify-start">
|
|
|
|
|
<MenuItem link="#about" text="About"/>
|
|
|
|
|
<MenuItem link="#socials" text="Socials"/>
|
|
|
|
|
<MenuItem link="#fursona" text="Fursona"/>
|
|
|
|
|