Big cleanup for styling
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user