アイテムの二列配置テスト

This commit is contained in:
harukin 2018-11-22 11:27:32 +09:00
parent f72db3957c
commit c5ad8f80d7

View File

@ -2088,3 +2088,15 @@ a[title*="pawoo.net"]::after{
display: none; display: none;
} }
} }
@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;
}