From e7641557caed61e3a8a702b388f36468355390b1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 3 Aug 2015 17:40:58 +0800 Subject: [PATCH] fix col responsive view --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index fa0644f594..00cc9b2192 100644 --- a/static/style.css +++ b/static/style.css @@ -1853,7 +1853,7 @@ a.entry-link:hover .icon-lego { } @media only screen and (min-width: 320px) and (max-width: 1024px) { - .code-boxes-col { + .code-boxes-col-2-1 { float: none; width: 100%; }