From c1a71faeb934d59864817c861b8fb7375514f9f8 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Tue, 18 Mar 2025 16:15:14 -0600 Subject: [PATCH] Update styles.scss --- web/src/styles/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/styles/styles.scss b/web/src/styles/styles.scss index d2ec17221..d0f1298ed 100644 --- a/web/src/styles/styles.scss +++ b/web/src/styles/styles.scss @@ -33,7 +33,7 @@ input { html, body { background-color: #f3f3f3; - min-width: 800px; + // min-width: 800px; // @media (prefers-color-scheme: dark) { // background-color: #000000; // color: #ffffff;