From a00198d90bb378ba64a83a640cffeb76dadd6d41 Mon Sep 17 00:00:00 2001 From: BafS Date: Sat, 20 Feb 2016 17:34:37 +0100 Subject: [PATCH] Responsive images --- themes/galaxy/style/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/galaxy/style/main.css b/themes/galaxy/style/main.css index e15b02f..751ca6a 100644 --- a/themes/galaxy/style/main.css +++ b/themes/galaxy/style/main.css @@ -107,6 +107,10 @@ hr { padding: 0; } +img { + max-width: 100%; +} + @media (min-width: 48em) { html { font-size: 17px;