Big cleanup for styling

This commit is contained in:
2025-02-12 13:38:29 -05:00
parent d6f3610d17
commit aba9ba7658
20 changed files with 519 additions and 500 deletions

View File

@@ -3,22 +3,12 @@ import Footer from "@/views/main/Footer.vue";
</script>
<template>
<div class="flex flex-col min-h-screen max-w-[960px] mx-auto">
<!-- <div class="flex justify-center">-->
<!-- <img src="/images/hutopy.png"-->
<!-- class="rounded-2xl"-->
<!-- alt="logo hutopy"-->
<!-- width="600">-->
<!-- </div>-->
<div class="p-4">
<div class="min-h-screen w-[1024px] bg-hSurface text-hOnSurface">
<div>
<router-view></router-view>
</div>
<Footer></Footer>
<div>
<Footer></Footer>
</div>
</div>
</template>