eifueo/docs/.vitepress/theme/Layout.vue

16 lines
235 B
Vue
Raw Permalink Normal View History

2022-05-27 23:00:55 -04:00
<script setup>
import DefaultTheme from "vitepress/theme";
const { Layout } = DefaultTheme;
</script>
<template>
<Layout></Layout>
</template>
<style>
main > .container {
/* love that */
max-width: 54rem !important;
}
</style>