From 453dbe2184cb77b3d88ce66a09bd3ca1970cff34 Mon Sep 17 00:00:00 2001 From: Manuel Brandstetter Date: Fri, 8 Dec 2023 08:42:02 +0100 Subject: [PATCH] Changes --- astro.config.mjs | 5 ---- src/components/Footer/Footer.scss | 1 + src/components/Navbar/Navbar.astro | 3 +- src/layouts/Layout.astro | 13 ++++++--- src/pages/[lang]/index.astro | 2 -- src/pages/index.astro | 13 +-------- src/views/AboutUs/AboutUs.scss | 7 +++-- src/views/Choices/Choices.scss | 8 +++++- src/views/Features/Features.scss | 10 ------- .../ReachNewHeights/ReachNewHeights.scss | 28 ++++++++++++++----- 10 files changed, 44 insertions(+), 46 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5f6799b..bef929d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,5 +1,4 @@ import { defineConfig } from "astro/config"; -import node from "@astrojs/node"; import react from "@astrojs/react"; // https://astro.build/config @@ -8,8 +7,4 @@ export default defineConfig({ redirects: { "/legal": "/legal/privacy", }, - output: "server", - adapter: node({ - mode: "standalone", - }), }); diff --git a/src/components/Footer/Footer.scss b/src/components/Footer/Footer.scss index acd4e87..cff2897 100644 --- a/src/components/Footer/Footer.scss +++ b/src/components/Footer/Footer.scss @@ -49,6 +49,7 @@ footer { margin: 0; font-size: 20px; line-height: 28px; + max-width: 450px; } .footer__external-links { diff --git a/src/components/Navbar/Navbar.astro b/src/components/Navbar/Navbar.astro index 76f99e2..5ae1217 100644 --- a/src/components/Navbar/Navbar.astro +++ b/src/components/Navbar/Navbar.astro @@ -11,7 +11,7 @@ const content = await getTranslatedContent("Header", lang!);