Fix overflowing text in DocumentationLayout.vue.
This commit is contained in:
@@ -3,10 +3,8 @@ import Footer from "@/views/main/Footer.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="min-h-screen w-[1024px] bg-hSurface text-hOnSurface p-6">
|
||||
<div>
|
||||
<router-view></router-view>
|
||||
</div>
|
||||
<div class="min-h-screen w-full max-w-[1024px] mx-auto bg-hSurface text-hOnSurface p-6">
|
||||
<router-view></router-view>
|
||||
<div>
|
||||
<Footer></Footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user