This commit is contained in:
@@ -8,7 +8,7 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: start;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="menus">
|
<div class="menus">
|
||||||
<NuxtLink href="/">About</NuxtLink>
|
<NuxtLink href="/">About</NuxtLink>
|
||||||
<NuxtLink href="/blog">Blogs</NuxtLink>
|
<NuxtLink href="/blog">Blogs</NuxtLink>
|
||||||
<NuxtLink class="disabled" href="/drawings">Drawings</NuxtLink>
|
<NuxtLink class="disabled">Drawings</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user