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; + } }