From d1c82e203b46255492bfecfa34eeb7ed921d9d62 Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 14:40:07 +0900 Subject: [PATCH] --- view/theme/plusfuture/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 54ca357..79db034 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2105,6 +2105,14 @@ a[title*="pawoo.net"]::after{ margin-right: calc(calc(50% - $converse_width) / 2); } } + @media screen and (min-width: $converse_width){ + .toplevel_item{ + width: calc(50% - 16px); + margin: 8px; + margin-left: calc(calc(50% - $converse_width) / 2); + margin-right: calc(calc(50% - $converse_width) / 2); + } + } .toplevel_item:nth-child(2n){ float: left; }