From a16dc641553af2bf2f69724b6078b7ea07536206 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 24 Oct 2024 20:38:14 -0400 Subject: [PATCH] update --- src/content/{docs => }/home.mdx | 0 src/pages/index.astro | 2 +- src/styles/splash.scss | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) rename src/content/{docs => }/home.mdx (100%) diff --git a/src/content/docs/home.mdx b/src/content/home.mdx similarity index 100% rename from src/content/docs/home.mdx rename to src/content/home.mdx diff --git a/src/pages/index.astro b/src/pages/index.astro index dad972e..177ed41 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,5 @@ --- -import Home from '../content/docs/home.mdx' +import Home from '../content/home.mdx' --- \ No newline at end of file diff --git a/src/styles/splash.scss b/src/styles/splash.scss index 8787492..5f9bfb1 100755 --- a/src/styles/splash.scss +++ b/src/styles/splash.scss @@ -4,9 +4,6 @@ flex-direction: row; align-items: center; justify-content: space-between; - img { - width: 50%; - } .splash-action { display: flex; gap: 6px;