From 1f342fb6fd45358a22fbccbb15b8f9f6bee83d1e Mon Sep 17 00:00:00 2001 From: polsevev Date: Sun, 29 Sep 2024 16:26:08 +0200 Subject: [PATCH] Styling stuffs --- src/components/Footer.astro | 1 + src/components/Header.astro | 1 + src/pages/homelab/index.astro | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 67c45a4..4d9ea04 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -29,6 +29,7 @@ const today = new Date(); margin-bottom: 2rem; border-radius: 10px; width: 90%; + max-width: 1000px; } .social-links { display: flex; diff --git a/src/components/Header.astro b/src/components/Header.astro index beb8cc8..2ada538 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -36,6 +36,7 @@ import { SITE_TITLE } from '../consts'; margin-bottom: 2rem; color: white; width: 90%; + max-width: 1000px; } h2 { margin: 0; diff --git a/src/pages/homelab/index.astro b/src/pages/homelab/index.astro index ab53ea0..73de316 100644 --- a/src/pages/homelab/index.astro +++ b/src/pages/homelab/index.astro @@ -18,7 +18,7 @@ const servers = (await getCollection('servers'));