white paper : add asterisque
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
This commit is contained in:
parent
045c0be583
commit
0672841f8b
3 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
title: World Game
|
title: World Game
|
||||||
|
|
||||||
tabs:
|
tabs:
|
||||||
seo: seo/site
|
|
||||||
mainTab:
|
mainTab:
|
||||||
label: Principal
|
label: Principal
|
||||||
columns:
|
columns:
|
||||||
|
|
@ -89,3 +88,5 @@ tabs:
|
||||||
max: 1
|
max: 1
|
||||||
accept: application/pdf
|
accept: application/pdf
|
||||||
translate: false
|
translate: false
|
||||||
|
|
||||||
|
seo: seo/site
|
||||||
|
|
|
||||||
|
|
@ -58,8 +58,8 @@ const dict = {
|
||||||
},
|
},
|
||||||
wp_firstname: { fr: "Prénom*", en: "First name*" },
|
wp_firstname: { fr: "Prénom*", en: "First name*" },
|
||||||
wp_lastname: { fr: "Nom*", en: "Last name*" },
|
wp_lastname: { fr: "Nom*", en: "Last name*" },
|
||||||
wp_company: { fr: "Société", en: "Company" },
|
wp_company: { fr: "Société*", en: "Company*" },
|
||||||
wp_role: { fr: "Fonction", en: "Role" },
|
wp_role: { fr: "Fonction*", en: "Role*" },
|
||||||
wp_email: { fr: "E-mail*", en: "E-mail*" },
|
wp_email: { fr: "E-mail*", en: "E-mail*" },
|
||||||
wp_consent: {
|
wp_consent: {
|
||||||
fr: "En cochant cette case, j'accepte d'être recontacté par la société World Game. Mes données ne seront ni vendues, ni partagées.",
|
fr: "En cochant cette case, j'accepte d'être recontacté par la société World Game. Mes données ne seront ni vendues, ni partagées.",
|
||||||
|
|
|
||||||
|
|
@ -260,11 +260,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-mockup {
|
.portfolio-mockup {
|
||||||
grid-area: 6/7 / span 10 / span 5;
|
grid-area: 6/6 / span 10 / span 5;
|
||||||
z-index: var(--z-content);
|
z-index: var(--z-content);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
transform: translateX(2vw);
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-mockup--horizontal {
|
.portfolio-mockup--horizontal {
|
||||||
|
|
@ -280,6 +281,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
object-position: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-text {
|
.portfolio-text {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue