From 0f1dc65be85e5f539933e2fdeacab2e31a617ca6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 14:13:52 +0200 Subject: Added better mobile support --- themes/simple/layouts/partials/head.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'themes/simple/layouts/partials/head.html') diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index 716b1f0..293bb85 100644 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html @@ -172,4 +172,12 @@ margin-block-start: 40px; margin-block-end: 40px; } + + @media only screen and (max-width: 600px) { + article img { + max-width: 100%; + position: initial; + margin: 20px auto; + } + } -- cgit v1.2.3