From be4510ce7826f65d890073a4ff36bbce20363d1c Mon Sep 17 00:00:00 2001 From: Senji Date: Mon, 24 Aug 2015 14:36:42 +0100 Subject: [PATCH] Commit 3. --- local.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index 745ce751..4f8a129a 100644 --- a/local.css +++ b/local.css @@ -39,7 +39,33 @@ ul.splitlist {overflow: auto;} float: left;} } -@media all and (min-width: 500pt) { +@media all and (min-width: 500pt) and (max-width: 699pt) { div.multicol ul li {width: 40%; float: left;} } + +@media all and (min-width: 700pt) and (max-width: 899pt) { + div.multicol ul li {width: 30%; + float: left;} +} + +@media all and (min-width: 900pt) and (max-width: 1099pt) { + div.multicol ul li {width: 18%; + float: left;} +} + +@media all and (min-width: 1100pt) and (max-width: 1299pt) { + div.multicol ul li {width: 15%; + float: left;} +} + +@media all and (min-width: 1300pt) and (max-width: 1499pt) { + div.multicol ul li {width: 13%; + float: left;} +} + +@media all and (min-width: 1500pt) { + div.multicol ul li {width: 11.5%; + float: left;} +} + -- 2.30.2