This commit is contained in:
parent
817fb5bf9a
commit
9f25ec7461
@ -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){
|
||||
|
Reference in New Issue
Block a user