From c41af66cbb76c4c49269753d981b99905a679437 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 08:04:15 -0800 Subject: Fix horizontal scrolling on iPad and improve mobile responsiveness --- frontend/src/components/Settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/Settings.css') diff --git a/frontend/src/components/Settings.css b/frontend/src/components/Settings.css index daf7a7e..ae43be4 100644 --- a/frontend/src/components/Settings.css +++ b/frontend/src/components/Settings.css @@ -159,7 +159,7 @@ gap: 2rem; } -@media (max-width: 600px) { +@media (max-width: 768px) { .settings-page.variant-glass { padding: 1.5rem; margin-top: 1rem; -- cgit v1.2.3