Update Ui - Footer and ContactView.vue (améliorer la réaction lors du scaling)

This commit is contained in:
PascalMarchesseault
2024-03-24 00:32:32 -04:00
parent 18187d8c18
commit 3ddf96b593
4 changed files with 104 additions and 32 deletions

View File

@@ -4,13 +4,8 @@
<v-app style="background-color: #F4F4F4;">
<!--lg="8" md="10" sm="10" xs="10" -->
<div class="hidden-xs flex-col items-center justify-center">
<div class="hidden-xs flex-col items-center page-margin">
<v-container>
<v-row class="text-center align-center row-between-logo-text home-row">
<v-col xl="7" lg="9" md="11" sm="12" xs="12"> </v-col>
@@ -198,7 +193,10 @@
</div>
<FooterLayout></FooterLayout>
</v-app>
</template>
@@ -544,6 +542,10 @@ import FooterLayout from '@/layouts/FooterLayout.vue';
margin-right: -20%;
}
.page-margin {
margin-left: -9%;
}
}
@media (min-width: 2559px) {
@@ -606,5 +608,9 @@ import FooterLayout from '@/layouts/FooterLayout.vue';
.paragraph {
margin-left: 10%;
}
.page-margin {
margin-left: -5.5%;
}
}
</style>