diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 13:19:27 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 13:19:27 -0500 |
commit | 8c2d855f7e0ade48913a893b03f342156af3e528 (patch) | |
tree | fde8422996113aa66e524162c247b07d37370dd7 /styles/home/desktop.css | |
parent | 8f0c5a6077fd245cf74337e4fdb98445418f608c (diff) |
Style tweaks
+ Better mobile support on the index page
+ Settings title wrapper
Diffstat (limited to 'styles/home/desktop.css')
-rw-r--r-- | styles/home/desktop.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |