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
|
||||
|
||||
tabs:
|
||||
seo: seo/site
|
||||
mainTab:
|
||||
label: Principal
|
||||
columns:
|
||||
|
|
@ -89,3 +88,5 @@ tabs:
|
|||
max: 1
|
||||
accept: application/pdf
|
||||
translate: false
|
||||
|
||||
seo: seo/site
|
||||
|
|
|
|||
|
|
@ -58,8 +58,8 @@ const dict = {
|
|||
},
|
||||
wp_firstname: { fr: "Prénom*", en: "First name*" },
|
||||
wp_lastname: { fr: "Nom*", en: "Last name*" },
|
||||
wp_company: { fr: "Société", en: "Company" },
|
||||
wp_role: { fr: "Fonction", en: "Role" },
|
||||
wp_company: { fr: "Société*", en: "Company*" },
|
||||
wp_role: { fr: "Fonction*", en: "Role*" },
|
||||
wp_email: { fr: "E-mail*", en: "E-mail*" },
|
||||
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.",
|
||||
|
|
|
|||
|
|
@ -260,11 +260,12 @@
|
|||
}
|
||||
|
||||
.portfolio-mockup {
|
||||
grid-area: 6/7 / span 10 / span 5;
|
||||
grid-area: 6/6 / span 10 / span 5;
|
||||
z-index: var(--z-content);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transform: translateX(2vw);
|
||||
}
|
||||
|
||||
.portfolio-mockup--horizontal {
|
||||
|
|
@ -280,6 +281,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
object-position: top;
|
||||
}
|
||||
|
||||
.portfolio-text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue