@@ -1,22 +0,0 @@
|
||||
<template>
|
||||
<div class="gd-container font-spacegrotesk">
|
||||
<header class="fixed w-full bg-white z-10">
|
||||
<MainHeader />
|
||||
</header>
|
||||
<main>
|
||||
<div class="p-9" />
|
||||
<slot />
|
||||
</main>
|
||||
<footer>
|
||||
<AboutFooter />
|
||||
</footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.gd-container {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr auto;
|
||||
min-height: 100vh;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user