UpdateUI - CreatorFolio (J'ai rendu la page dynamique, il reste a faire beaucoup d'ajustements)
This commit is contained in:
@@ -89,9 +89,9 @@
|
||||
<div class="hidden-sm-and-up flex-col items-center justify-center">
|
||||
<v-spacer style="margin-bottom: 25px;"></v-spacer>
|
||||
<v-img src="../../../images/contactpage/contactpicture.png" contain aspect-ratio="16/9"
|
||||
style="clip-path: polygon(0 20%, 100% 0, 100% 60%, 0 100%);"></v-img>
|
||||
style="clip-path: polygon(0 50%, 100% 0, 100% 80%, 0 100%);" class="Scale-80"></v-img>
|
||||
|
||||
<v-row>
|
||||
<v-row class="labelgroup">
|
||||
<v-col cols="12">
|
||||
<h1 class="h2-Participez-au-développement">PARTICIPEZ AU DÉVELOPPEMENT</h1>
|
||||
</v-col>
|
||||
@@ -160,7 +160,16 @@ import FooterLayout from '@/layouts/FooterLayout.vue';
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.Scale-80 {
|
||||
transform: translateY(-30%);
|
||||
}
|
||||
|
||||
@media (min-width: 150px) and (max-width: 598px) {
|
||||
|
||||
.labelgroup {
|
||||
margin-top: -50%;
|
||||
}
|
||||
|
||||
.contact-image {
|
||||
|
||||
width: auto;
|
||||
@@ -180,7 +189,7 @@ import FooterLayout from '@/layouts/FooterLayout.vue';
|
||||
|
||||
.h2-Participez-au-développement {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 10%;
|
||||
margin-top: 5%;
|
||||
margin-bottom: 6%;
|
||||
margin-left: 5%;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user