From d4d075be35762ac285976198a01320ccee765d15 Mon Sep 17 00:00:00 2001 From: Senji Date: Sun, 23 Aug 2015 00:10:14 +0100 Subject: [PATCH] ... --- local.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index 365f09cb..79e7c312 100644 --- a/local.css +++ b/local.css @@ -29,6 +29,8 @@ th:last-child {border-right: 0px} br {clear:left;} -li.doublelist {width: 35%; - float: left; - display: inline;} \ No newline at end of file +@media all and (min-width: 600pt) { + li.doublelist {width: 35%; + float: left; + display: inline;} +} \ No newline at end of file -- 2.30.2