アイテムの二列配置テスト
This commit is contained in:
parent
f72db3957c
commit
c5ad8f80d7
@ -2088,3 +2088,15 @@ a[title*="pawoo.net"]::after{
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user