From 9f25ec746127c93fcc2fcaa864056d0aceaa0bcb Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 14:28:55 +0900 Subject: [PATCH] --- view/theme/plusfuture/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 20531ff..54ca357 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2101,7 +2101,8 @@ a[title*="pawoo.net"]::after{ .toplevel_item{ width: calc(50% - 16px); margin: 8px; - margin: calc(calc(50% - $converse_width) / 2); + margin-left: calc(calc(50% - $converse_width) / 2); + margin-right: calc(calc(50% - $converse_width) / 2); } } .toplevel_item:nth-child(2n){