change structurue

This commit is contained in:
Techit Thawiang
2025-07-27 17:08:00 +07:00
parent 8de389ba10
commit 9129aa5ecb
+3 -1
View File
@@ -4,7 +4,8 @@ import WebThemeToggle from './web-theme-toggle.vue';
</script>
<template>
<footer class="article">
<footer>
<div class="article">
<section class="web-section">
<h3 class="text-3xl md:text-5xl mb-4">Techit's Home /// thawia.ng</h3>
<small>
@@ -14,5 +15,6 @@ import WebThemeToggle from './web-theme-toggle.vue';
</small><br/>
<WebThemeToggle/>
</section>
</div>
</footer>
</template>