From 99e96a895a58b25cb36665edb1401ceb6613000f Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 5 Sep 2017 09:17:34 +0200 Subject: [PATCH] Increase left padding in lists for narrow screens --- themes/zuitedesk/css/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/zuitedesk/css/global.css b/themes/zuitedesk/css/global.css index ebfaa2d..e79730f 100644 --- a/themes/zuitedesk/css/global.css +++ b/themes/zuitedesk/css/global.css @@ -35,6 +35,11 @@ ul.inline li { display: inline; list-style: none; } +@media (max-width: 529px) { /* MINW = 530px */ + .node .content ul, .node .content ol { + padding-left: 10% !important; + } +} /* * Tables.