From 1f3d746b2305cdfead10ba58da8e3cd2ea16e2e5 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 29 Apr 2026 08:01:06 -0400 Subject: Minor layout fixes --- src/pages/index.astro | 20 ++++++++++---------- src/styles/index.css | 6 +++++- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 5f7e321..d6e47c5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,16 +5,6 @@ import OpenMoji from '../components/OpenMoji.astro';
- -

@@ -36,5 +26,15 @@ import OpenMoji from '../components/OpenMoji.astro';

+ +
diff --git a/src/styles/index.css b/src/styles/index.css index 70c0f1b..8f9901a 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -355,11 +355,15 @@ only screen and (max-width:960px) { top: calc(50% - 4rem); } + body { + margin-top: 4rem; + } + #hamburger { display: block; position: fixed; top: 0.5rem; - right: 5rem; + right: 2rem; z-index: 1002; padding: 0.5rem; } -- cgit v1.2.1