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