white paper : add asterisque
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s

This commit is contained in:
isUnknown 2026-03-25 15:46:01 +01:00
parent 045c0be583
commit 0672841f8b
3 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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.",

View file

@ -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 {