From 4748e2c52d07f4ae9c82ffb5201a3743ef2aa25f Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 3 Jan 2025 17:32:16 +0200 Subject: [PATCH] Added support for homepage on mobile --- src/layouts/Terminal.astro | 4 -- src/pages/index.astro | 95 ++++++++++++++++++++++++++++++-------- 2 files changed, 77 insertions(+), 22 deletions(-) diff --git a/src/layouts/Terminal.astro b/src/layouts/Terminal.astro index cb94bd0..fdccaf3 100644 --- a/src/layouts/Terminal.astro +++ b/src/layouts/Terminal.astro @@ -33,9 +33,5 @@ const { path: title } = Astro.props; background: var(--background); font-weight: 300; overflow: hidden; - - /* grid-template-columns: minmax(200px, 1fr); */ - /* max-width: 75%; */ - /* max-height: 80%; */ } diff --git a/src/pages/index.astro b/src/pages/index.astro index 25b7b5e..166ed94 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,8 +33,11 @@ watching Anime or solving Rubik's cubes fast.`.trimStart(); --- -
-
+ + + +