Logo 45vh + boutons photo/pellicule beaucoup plus gros (8rem icones, padding 3/5rem)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -70,8 +70,8 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.accueil-logo {
|
.accueil-logo {
|
||||||
max-width: 80vw;
|
max-width: 90vw;
|
||||||
max-height: 30vh;
|
max-height: 45vh;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
@@ -238,9 +238,9 @@ html, body {
|
|||||||
background: var(--fond-carte);
|
background: var(--fond-carte);
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
border-radius: var(--rayon);
|
border-radius: var(--rayon);
|
||||||
padding: 2rem 3rem;
|
padding: 3rem 5rem;
|
||||||
color: var(--texte);
|
color: var(--texte);
|
||||||
font-size: 1.2rem;
|
font-size: 1.6rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: var(--transition);
|
transition: var(--transition);
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -260,7 +260,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-mode .mode-icone-large {
|
.btn-mode .mode-icone-large {
|
||||||
font-size: 5rem;
|
font-size: 8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Booth info (code + QR sur accueil) === */
|
/* === Booth info (code + QR sur accueil) === */
|
||||||
|
|||||||
Reference in New Issue
Block a user