add content in flow component

This commit is contained in:
Robin COuret
2026-03-08 19:00:10 +01:00
parent d1e5a6b0c7
commit e0bc69e98f
21 changed files with 413 additions and 77 deletions
+11 -2
View File
@@ -17,8 +17,17 @@ import AppTopbar from '@/components/AppTopbar.vue'
<style>
#app {
background-color: #FFF4EA;
padding-inline: 5%;
height: 100vh;
padding-top: 8px;
padding-bottom: 32px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
main{
flex: 1;
display: flex;
flex-direction: column;
}
</style>