From 78a2b3cef88e1a42f29be21133523b88cc1b42f0 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sat, 30 Dec 2023 00:41:55 -0700 Subject: [PATCH] Pages: support main page on ultrawide displays --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 88b4981..de75a11 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -96,7 +96,6 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; } #big-circle-wrapper { - width: 500px; height: 160vh; z-index: -1; overflow: hidden;