From cf25c9fc35f23e910b31364ed222f3e5838d3823 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Thu, 15 May 2025 16:50:28 +0700 Subject: [PATCH] move things to the top of the screen --- src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.css b/src/index.css index 08a3ac9..0ca03a0 100644 --- a/src/index.css +++ b/src/index.css @@ -25,7 +25,6 @@ a:hover { body { margin: 0; display: flex; - place-items: center; min-width: 320px; min-height: 100vh; }