From c5ad8f80d7c64408e75025618ccdcd92c80285ac Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 22 Nov 2018 11:27:32 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=82=A4=E3=83=86=E3=83=A0=E3=81=AE?= =?UTF-8?q?=E4=BA=8C=E5=88=97=E9=85=8D=E7=BD=AE=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 4c90d6a..0db086e 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2087,4 +2087,16 @@ a[title*="pawoo.net"]::after{ #overlay{ display: none; } - } \ No newline at end of file + } + @media screen and (min-width: 800px){ + .toplevel_item{ + width: 48%; + margin: 8px; + } + } + .toplevel_item:nth-child(2n){ + float: left; + } + .toplevel_item:nth-child(2n+1){ + float: right; + } \ No newline at end of file