Cahnge some layouts and structuter

This commit is contained in:
Techit Thawiang
2025-07-12 23:23:32 +07:00
parent a4d6f25d44
commit fb0e7a22ba
4 changed files with 75 additions and 13 deletions
+1 -9
View File
@@ -1,14 +1,6 @@
<template>
<div>
<header id="web-header">
<section id="web-heading">
<img width="36" height="42" style="filter:invert(var(--ui-header-logo-inverted))" src="/thawiang-symbol.svg">
</section>
<nav id="web-nav">
<p class="nav-text"><NuxtLink href="/">Home</NuxtLink>, <NuxtLink href="/contact">Contact</NuxtLink>, <NuxtLink href="/fonts">Fonts</NuxtLink>, <NuxtLink href="/collections">Collections</NuxtLink></p>
<hr>
</nav>
</header>
<WebHeader/>
<slot/>
<WebFooter/>
</div>