Compare commits
2 Commits
3174966132
...
96a00cefce
| Author | SHA1 | Date | |
|---|---|---|---|
| 96a00cefce | |||
| 8c1bf35b5e |
@ -16,7 +16,7 @@ const giftNote = document.getElementById('gift-note');
|
||||
|
||||
// Modifica qui i dati del calendario evento.
|
||||
const EVENT_CALENDAR = {
|
||||
title: 'I 40 anni del Gianca',
|
||||
title: 'Il Gianquarantesimo',
|
||||
location: 'Lost Paradise Beach Club, Bacoli',
|
||||
description: 'Conferma la tua presenza per i 40 anni del Gianca.',
|
||||
date: '2026-04-25',
|
||||
@ -27,9 +27,9 @@ const EVENT_CALENDAR = {
|
||||
|
||||
// Modifica qui i dati regalo / quota viaggio.
|
||||
const GIFT_DETAILS = {
|
||||
holder: 'Giancarlo ...',
|
||||
iban: 'IT00X0000000000000000000000',
|
||||
causal: 'Regalo 40 anni Gianca',
|
||||
holder: 'Flygo S.r.l',
|
||||
iban: 'IT 34 O 02008 03450 000011029239',
|
||||
causal: 'Lista Compleanno Giancarlo Esposito da parte di ...',
|
||||
note: 'Nota facoltativa: un pensiero semplice e sempre gradito.'
|
||||
};
|
||||
|
||||
|
||||
18
style.css
18
style.css
@ -931,3 +931,21 @@ body.modal-open {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.hero__title {
|
||||
max-width: 18ch;
|
||||
font-size: clamp(2.1rem, 8vw, 4rem);
|
||||
-webkit-text-stroke: 7px var(--sea-dark);
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.hero__title {
|
||||
max-width: 19ch;
|
||||
font-size: clamp(1.85rem, 8.2vw, 3rem);
|
||||
-webkit-text-stroke: 5px var(--sea-dark);
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user