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;