This commit is contained in:
Andres2908
2022-08-04 17:46:19 -05:00
parent 90b9e626d5
commit bbc84e3f03
+8 -3
View File
@@ -3,8 +3,9 @@
<Header />
<Logout />
<nuxt />
<div class="full-h container px-4">
<nuxt />
</div>
<Footer />
</div>
@@ -24,4 +25,8 @@ export default {
}
</script>
<style scoped></style>
<style>
.full-h {
min-height: 75vh;
}
</style>