From 286ddbb0dc350843ff78158fd1dd931abacb294f Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Mon, 1 Jan 2024 19:03:42 -0700 Subject: [PATCH] Home: make big circle more responsive --- src/pages/index.astro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 69c92e3..7453c76 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -159,6 +159,12 @@ main .footer { top: -60%; left: 60%; } + @media (max-width: 1350px) and (min-width: 901px) { + #big-circle-wrapper { + width: calc(100% - 56%); + left: 56%; + } + } #pfp { width: 600px; /* Grid styles */