From 048050a7b067759b19f41a8d976737997c1765f8 Mon Sep 17 00:00:00 2001 From: Sarah C <144068104+iamawatermelo@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:56:47 +0100 Subject: [PATCH] fix the stars --- src/routes/+page.svelte | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b2ce98e..c75b8ce 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -88,8 +88,7 @@
- - +
@@ -199,7 +198,7 @@ z-index: 0; position: absolute; top: 0; - right: 0; + left: calc(max(1024px, 100vw - 100%)); } /* Header styles */ @@ -252,7 +251,7 @@ } } - @media (min-width: 1024px) and (min-height: 1024px) { + @media (min-width: 1024px) and (min-height: 640px) { h1 { font-size: 8em; } @@ -260,7 +259,7 @@ .zenith-header { padding: 4em; } - + .scenery > :global(svg) { display: block; }