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; }