From a04e0511878e23f413622c47a0e011e6c405f5ed Mon Sep 17 00:00:00 2001 From: yequari Date: Mon, 6 May 2024 19:33:10 -0700 Subject: [PATCH] fix mobile stuff --- themes/dreamcast/layouts/partials/head.html | 2 +- themes/dreamcast/static/css/main.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/dreamcast/layouts/partials/head.html b/themes/dreamcast/layouts/partials/head.html index c38bfe8..8758933 100644 --- a/themes/dreamcast/layouts/partials/head.html +++ b/themes/dreamcast/layouts/partials/head.html @@ -2,7 +2,7 @@ - + diff --git a/themes/dreamcast/static/css/main.css b/themes/dreamcast/static/css/main.css index 4d63c2e..6f86e61 100644 --- a/themes/dreamcast/static/css/main.css +++ b/themes/dreamcast/static/css/main.css @@ -542,4 +542,8 @@ h3.index { article img { max-width: 200px; } + + .main-sidebar { + flex-flow: row wrap-reverse; + } }