This commit is contained in:
parent
e999e414fa
commit
8beb3965b4
@ -2087,19 +2087,22 @@ a[title*="pawoo.net"]::after{
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.region_3-on .toplevel_item{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
#overlay{
|
#overlay{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 800px){
|
@media screen and (min-width: 800px){
|
||||||
.toplevel_item{
|
.toplevel_item{
|
||||||
width: 48%;
|
width: calc(50% - 16px);
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.toplevel_item:nth-child(2n){
|
.toplevel_item:nth-child(2n){
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.toplevel_item:nth-child(2n+1){
|
.toplevel_item:nth-child(2n+1){
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
Reference in New Issue
Block a user