diff --git a/static/style.css b/static/style.css index 0219e03..b62c0ee 100644 --- a/static/style.css +++ b/static/style.css @@ -28,8 +28,8 @@ body { font-optical-sizing: auto; font-weight: normal; font-style: normal; - min-height: 100vh; - min-width: 100vw; + height: 100vh; + width: 100vw; margin: 0; padding: 0; color: var(--text100);