From 308f78165faca01c1ab0b79da2a21e978da0fdc1 Mon Sep 17 00:00:00 2001 From: Luigi_Nitro_V_15 Date: Thu, 30 Apr 2026 16:29:25 +0200 Subject: [PATCH] - Co-authored-by: Copilot --- content/css/style.css | 2 ++ index.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/css/style.css b/content/css/style.css index ead7cec..b06b360 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -275,6 +275,8 @@ a { font-size: 3rem; color: #c02626; margin-bottom: 5px; + margin-top: 20px; + font-weight: 1000; text-transform: uppercase; letter-spacing: 2px; } diff --git a/index.php b/index.php index 6ec24c9..0acf268 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ // Definisce l'URL in base all'ambiente e alla pagina if ($env === 'local') { - $nextUrl = "http://localhost:3000/plasma"; + $nextUrl = "http://localhost:3000/my-app/out/plasma/"; } else { $nextUrl = "/my-app/out/plasma/"; }