1
1
Fork 0

fix PC menu

main
Midnight 2 years ago
parent 16cb73526c
commit 59c381bc5d

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

Loading…
Cancel
Save