From 8beb3965b4c546bae58f4b73f881387fb242daed Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 22 Nov 2018 11:42:11 +0900 Subject: [PATCH] --- view/theme/plusfuture/css/style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 1458d58..df1ceac 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2087,19 +2087,22 @@ a[title*="pawoo.net"]::after{ left: 0px; width: 100%; } + .region_3-on .toplevel_item{ + width: 100%; + } #overlay{ display: none; } } @media screen and (min-width: 800px){ .toplevel_item{ - width: 48%; + width: calc(50% - 16px); margin: 8px; } } .toplevel_item:nth-child(2n){ - float: left; - } - .toplevel_item:nth-child(2n+1){ - float: right; - } \ No newline at end of file + float: left; +} +.toplevel_item:nth-child(2n+1){ + float: right; +} \ No newline at end of file