Skip to content

Commit c232682

Browse files
committed
Aggiornamento della news page e del video
1 parent f215a01 commit c232682

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

149 KB
Binary file not shown.

venezia-marea/news.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--text: #111;
2222
--muted: #555;
2323
--bg: #ffffff;
24-
--radius: 12px;
24+
--radius: 16px;
2525
--tag-bg: #e8f0fb;
2626
--tag-color: #0057a8;
2727
}
@@ -34,7 +34,7 @@
3434
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
3535
line-height: 1.6;
3636
margin: 0;
37-
padding: 24px 16px 32px;
37+
padding: 8em 2em 8em;
3838
background: radial-gradient(circle at top, #e3f0ff 0, #ffffff 55%);
3939
color: var(--text);
4040
-webkit-font-smoothing: antialiased;
@@ -119,7 +119,7 @@
119119

120120
.news-card {
121121
background: linear-gradient(145deg, #ffffff 0%, #f8fafd 100%);
122-
border-radius: 18px;
122+
border-radius: 32px;
123123
padding: 18px 18px 18px 18px;
124124
border: 1px solid rgba(15, 23, 42, 0.06);
125125
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
@@ -237,13 +237,13 @@ <h2>Venezia Marea è ora disponibile su iOS</h2>
237237
Porta le previsioni di marea direttamente sul tuo iPhone. Interfaccia ottimizzata,
238238
notifiche affidabili e una mappa pensata per muoverti in sicurezza in città.
239239
</p>
240-
<div style="margin-top: 14px; border-radius: 14px; overflow: hidden;">
240+
<div style="margin-top: 14px; border-radius: 16px; overflow: hidden;">
241241
<video
242242
src="assets/venezia_marea_ios_available.mp4"
243243
autoplay
244244
muted
245245
playsinline
246-
style="width: 100%; height: auto; display: block; background: #000;"
246+
style="width: 100%; height: 100%; display: block; background: #000;"
247247
></video>
248248
</div>
249249
</div>
@@ -306,13 +306,13 @@ <h2>Venezia Marea is now on iOS</h2>
306306
Get tide forecasts right on your iPhone. A layout tuned for small screens,
307307
reliable alerts and a map designed to help you move safely around the city.
308308
</p>
309-
<div style="margin-top: 14px; border-radius: 14px; overflow: hidden;">
309+
<div style="margin-top: 14px; border-radius: 16px; overflow: hidden;">
310310
<video
311311
src="assets/venezia_marea_ios_available.mp4"
312312
autoplay
313313
muted
314314
playsinline
315-
style="width: 100%; height: auto; display: block; background: #000;"
315+
style="width: 100%; height: 100%; display: block; background: #000;"
316316
></video>
317317
</div>
318318
</div>

0 commit comments

Comments
 (0)