This commit is contained in:
harukin 2018-11-23 14:21:56 +09:00
parent f1834d8a38
commit 817fb5bf9a

View File

@ -2101,7 +2101,7 @@ a[title*="pawoo.net"]::after{
.toplevel_item{ .toplevel_item{
width: calc(50% - 16px); width: calc(50% - 16px);
margin: 8px; margin: 8px;
margin: calc(calc(50% - 350px) / 2); margin: calc(calc(50% - $converse_width) / 2);
} }
} }
.toplevel_item:nth-child(2n){ .toplevel_item:nth-child(2n){