mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
more readable code :3
This commit is contained in:
parent
a47d3070ad
commit
ecceaf09a6
1 changed files with 2 additions and 4 deletions
|
@ -633,8 +633,7 @@ a.new-button:hover {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pwp > .v:checked ~ div,
|
.v:checked ~ .div_box {
|
||||||
.div_box:target {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: -51em;
|
margin-top: -51em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -660,8 +659,7 @@ a.new-button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1400px) {
|
@media screen and (min-width: 1400px) {
|
||||||
.pwp > .v:checked ~ div,
|
.v:checked ~ .div_box {
|
||||||
.div_box:target {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: -54em;
|
margin-top: -54em;
|
||||||
margin-left: -14em;
|
margin-left: -14em;
|
||||||
|
|
Loading…
Reference in a new issue