Update style
This commit is contained in:
parent
3ad93133f3
commit
9ff0232d1a
@ -30,7 +30,7 @@ export default {
|
||||
</router-link>
|
||||
|
||||
<div mx-1 hidden md:block>
|
||||
<v-btn v-for="(page, index) in pages" :key="index" :to="page.page">
|
||||
<v-btn v-for="(page, index) in pages" :key="index" class="m-1" :to="page.page">
|
||||
{{ page.title }}
|
||||
</v-btn>
|
||||
<v-spacer />
|
||||
|
@ -11,7 +11,7 @@ export default {
|
||||
<template>
|
||||
<v-layout class="text-gray-700 dark:text-gray-200 min-h-screen flex flex-col">
|
||||
<Nav />
|
||||
<div class="prose m-auto text-left">
|
||||
<div class="max-w-75ch prose m-auto text-left">
|
||||
<RouterView />
|
||||
</div>
|
||||
<Footer />
|
||||
|
Loading…
Reference in New Issue
Block a user