From c8b3c5a41b18dff8a9c161cdf8946aea2579954b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 13 Apr 2025 02:18:40 +0200 Subject: [PATCH] refactor: remove duplicate main section styling --- commands/now-template | 8 +------- src/pages/404.astro | 4 ---- src/pages/now.astro | 6 ------ src/pages/now/and-then/posts/2022-09-20.astro | 6 ------ src/pages/now/and-then/posts/2023-01-19.astro | 6 ------ src/pages/now/and-then/posts/2023-06-23.astro | 6 ------ src/pages/now/and-then/posts/2023-09-09.astro | 6 ------ src/pages/now/and-then/posts/2024-04-19.astro | 6 ------ src/pages/now/and-then/posts/2024-06-17.astro | 6 ------ src/pages/now/and-then/posts/2024-09-05.astro | 6 ------ src/pages/now/and-then/posts/2024-09-27.astro | 6 ------ src/pages/now/and-then/posts/2024-12-25.astro | 6 ------ src/pages/now/and-then/posts/2025-01-04.astro | 6 ------ src/pages/now/and-then/posts/2025-01-09.astro | 6 ------ src/pages/now/and-then/posts/2025-01-15.astro | 6 ------ src/pages/now/and-then/posts/2025-01-31.astro | 6 ------ src/pages/now/and-then/posts/2025-02-05.astro | 6 ------ src/pages/now/and-then/posts/2025-02-11.astro | 6 ------ src/pages/now/and-then/posts/2025-02-15.astro | 6 ------ src/pages/now/and-then/posts/2025-03-13.astro | 6 ------ src/pages/threads.astro | 6 ------ 21 files changed, 1 insertion(+), 125 deletions(-) diff --git a/commands/now-template b/commands/now-template index e440a88..6d3a2e5 100644 --- a/commands/now-template +++ b/commands/now-template @@ -30,12 +30,6 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn + \ No newline at end of file diff --git a/src/pages/404.astro b/src/pages/404.astro index 0096b98..e6961d4 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -55,10 +55,6 @@ const description = 'Have you tried turning it off and on again?' color: white; } - main { - max-width: 100% !important; - } - .highlighted-section__content { margin: auto; padding: 1em; diff --git a/src/pages/now.astro b/src/pages/now.astro index 36ca6a2..ad3bf6c 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -28,12 +28,6 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn