From 8877649b7861a1de810b49f36fe69330a1dad55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=B6=E5=A1=9A=E5=A4=AA=E6=99=BA?= Date: Tue, 15 Oct 2024 15:12:22 +0900 Subject: [PATCH] Update style.css --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 075e4aa..af22e4a 100644 --- a/style.css +++ b/style.css @@ -34,13 +34,18 @@ p, #title h1 { font-size: 35px; } -body { +#main { padding: 2vh; + overflow: hidden; +} + +body { font-family: monospace; font-size: large; user-select: none; + height: 100vh; - overflow: hidden; + padding: 0; margin: 0; background: linear-gradient(to bottom, white, aliceblue); }