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 */