Move flexbox to the start page view

This commit is contained in:
2026-05-10 19:04:49 +02:00
parent 1097694a8e
commit e3117110e9
2 changed files with 18 additions and 13 deletions
-4
View File
@@ -31,11 +31,7 @@ import Footer from './features/footer/components/Footer.vue';
<style scoped>
.main-content {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
gap: 60px;
flex-grow: 1;
}
</style>