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