From a6c0fa9b6d63eab28e678fa1992da90c996897b9 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Mon, 8 Jul 2013 20:00:21 +0100 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20indent=20lists=20so=20much=20on?= =?UTF-8?q?=20narrow=20screens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index c8e0650d..049ee115 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -371,6 +371,12 @@ article { font-size: 16px; } +@media (max-width: 480px){ + article ul { + padding-left: 20px; + } +} + @media (max-width: 568px){ article { margin: 0;