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/"; }