Skip to content

Commit e3c2aa4

Browse files
committed
miglioramenti visivi
1 parent 2716c76 commit e3c2aa4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

venezia-marea/news.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
3838
line-height: 1.6;
3939
margin: 0;
40-
padding: 4em 1em 4em;
40+
padding: 1em 1em 2em;
4141
background: #f0f5ff;
4242
background-image:
4343
radial-gradient(at 0% 0%, rgba(227, 240, 255, 1) 0, transparent 50%),
@@ -112,7 +112,7 @@
112112
}
113113

114114
.title-block {
115-
text-align: center;
115+
text-align: left;
116116
}
117117

118118
.title-block p {
@@ -270,13 +270,13 @@ <h2>Venezia Marea è ora disponibile su iOS</h2>
270270
Porta le previsioni di marea direttamente sul tuo iPhone. Interfaccia ottimizzata,
271271
notifiche affidabili e una mappa pensata per muoverti in sicurezza in città.
272272
</p>
273-
<div style="margin-top: 14px; border-radius: 16px; overflow: hidden;">
273+
<div style="margin-top: 14px; border-radius: 16px; overflow: hidden; aspect-ratio: 1; max-width: 100%;">
274274
<video
275275
src="assets/venezia_marea_ios_available.mp4"
276276
autoplay
277277
muted
278278
playsinline
279-
style="width: 100%; height: 100%; display: block; background: #000;"
279+
style="width: 100%; height: 100%; display: block; background: #000; object-fit: cover;"
280280
></video>
281281
</div>
282282
</div>
@@ -336,13 +336,13 @@ <h2>Venezia Marea is now on iOS</h2>
336336
Get tide forecasts right on your iPhone. A layout tuned for small screens,
337337
reliable alerts and a map designed to help you move safely around the city.
338338
</p>
339-
<div style="margin-top: 14px; border-radius: 16px; overflow: hidden;">
339+
<div style="margin-top: 14px; border-radius: 16px; overflow: hidden; aspect-ratio: 1; max-width: 100%;">
340340
<video
341341
src="assets/venezia_marea_ios_available.mp4"
342342
autoplay
343343
muted
344344
playsinline
345-
style="width: 100%; height: 100%; display: block; background: #000;"
345+
style="width: 100%; height: 100%; display: block; background: #000; object-fit: cover;"
346346
></video>
347347
</div>
348348
</div>

0 commit comments

Comments
 (0)