added footer mt
This commit is contained in:
@@ -17,15 +17,14 @@ await suspense();
|
||||
>
|
||||
<Header />
|
||||
<main
|
||||
class="w-full overflow-x-hidden container flex items-start gap-[2rem]"
|
||||
class="w-full overflow-x-hidden container flex items-start gap-8 lg:gap-6"
|
||||
>
|
||||
<ProfileSidebar />
|
||||
<div class="w-9/12">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</main>
|
||||
<div class="w-full flex-col flex">
|
||||
<ServiceHighlights />
|
||||
<div class="w-full flex-col flex mt-20">
|
||||
<Footer />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user