From 1ecf7c0d3116552a5320466e606a8161aa19e4f9 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 3 Mar 2018 15:18:03 +0000 Subject: [PATCH] Ensuring images inside a tags don't break mobile layout --- assets/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheet.css b/assets/stylesheet.css index af283a8..0f4ba39 100644 --- a/assets/stylesheet.css +++ b/assets/stylesheet.css @@ -22,6 +22,10 @@ section.module p { font-weight: 300; } +a img { + max-width: 100%; +} + section.module.content { padding-top: 2%; padding-bottom: 1%;