From 48a74104eb64c3b6e135bd2811f5ae9d4d6037ea Mon Sep 17 00:00:00 2001 From: Tango Date: Tue, 2 Jun 2026 18:40:39 +0100 Subject: [PATCH] Added extremely simple small-screen support --- www/index.html | 1 + www/styles.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 5ebb470..fdfa812 100644 --- a/www/index.html +++ b/www/index.html @@ -3,6 +3,7 @@ + diff --git a/www/styles.css b/www/styles.css index 8e3374d..150f883 100644 --- a/www/styles.css +++ b/www/styles.css @@ -10,7 +10,7 @@ body { background-color: #363636da; backdrop-filter: blur(10px); text-align: center; - width: max-content; + width: fit-content; margin:0 auto; margin-bottom: 1%; padding: 1%;