From 8c2d855f7e0ade48913a893b03f342156af3e528 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 11 Feb 2021 13:19:27 -0500 Subject: Style tweaks + Better mobile support on the index page + Settings title wrapper --- styles/home/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/home/desktop.css') diff --git a/styles/home/desktop.css b/styles/home/desktop.css index 0edda76..64ca05f 100644 --- a/styles/home/desktop.css +++ b/styles/home/desktop.css @@ -1,4 +1,4 @@ -@media (min-width: 600px) { +@media (min-width: 900px) { div.content > div { display: flex; flex-direction: row; -- cgit v1.2.3