|
21 | 21 | --text: #111; |
22 | 22 | --muted: #555; |
23 | 23 | --bg: #ffffff; |
24 | | - --radius: 12px; |
| 24 | + --radius: 16px; |
25 | 25 | --tag-bg: #e8f0fb; |
26 | 26 | --tag-color: #0057a8; |
27 | 27 | } |
|
34 | 34 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; |
35 | 35 | line-height: 1.6; |
36 | 36 | margin: 0; |
37 | | - padding: 24px 16px 32px; |
| 37 | + padding: 8em 2em 8em; |
38 | 38 | background: radial-gradient(circle at top, #e3f0ff 0, #ffffff 55%); |
39 | 39 | color: var(--text); |
40 | 40 | -webkit-font-smoothing: antialiased; |
|
119 | 119 |
|
120 | 120 | .news-card { |
121 | 121 | background: linear-gradient(145deg, #ffffff 0%, #f8fafd 100%); |
122 | | - border-radius: 18px; |
| 122 | + border-radius: 32px; |
123 | 123 | padding: 18px 18px 18px 18px; |
124 | 124 | border: 1px solid rgba(15, 23, 42, 0.06); |
125 | 125 | box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12); |
@@ -237,13 +237,13 @@ <h2>Venezia Marea è ora disponibile su iOS</h2> |
237 | 237 | Porta le previsioni di marea direttamente sul tuo iPhone. Interfaccia ottimizzata, |
238 | 238 | notifiche affidabili e una mappa pensata per muoverti in sicurezza in città. |
239 | 239 | </p> |
240 | | - <div style="margin-top: 14px; border-radius: 14px; overflow: hidden;"> |
| 240 | + <div style="margin-top: 14px; border-radius: 16px; overflow: hidden;"> |
241 | 241 | <video |
242 | 242 | src="assets/venezia_marea_ios_available.mp4" |
243 | 243 | autoplay |
244 | 244 | muted |
245 | 245 | playsinline |
246 | | - style="width: 100%; height: auto; display: block; background: #000;" |
| 246 | + style="width: 100%; height: 100%; display: block; background: #000;" |
247 | 247 | ></video> |
248 | 248 | </div> |
249 | 249 | </div> |
@@ -306,13 +306,13 @@ <h2>Venezia Marea is now on iOS</h2> |
306 | 306 | Get tide forecasts right on your iPhone. A layout tuned for small screens, |
307 | 307 | reliable alerts and a map designed to help you move safely around the city. |
308 | 308 | </p> |
309 | | - <div style="margin-top: 14px; border-radius: 14px; overflow: hidden;"> |
| 309 | + <div style="margin-top: 14px; border-radius: 16px; overflow: hidden;"> |
310 | 310 | <video |
311 | 311 | src="assets/venezia_marea_ios_available.mp4" |
312 | 312 | autoplay |
313 | 313 | muted |
314 | 314 | playsinline |
315 | | - style="width: 100%; height: auto; display: block; background: #000;" |
| 315 | + style="width: 100%; height: 100%; display: block; background: #000;" |
316 | 316 | ></video> |
317 | 317 | </div> |
318 | 318 | </div> |
|
0 commit comments