mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +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;
|
||||
}
|
||||
|
||||
.pwp > .v:checked ~ div,
|
||||
.div_box:target {
|
||||
.v:checked ~ .div_box {
|
||||
display: flex;
|
||||
margin-top: -51em;
|
||||
text-align: left;
|
||||
|
@ -660,8 +659,7 @@ a.new-button:hover {
|
|||
}
|
||||
|
||||
@media screen and (min-width: 1400px) {
|
||||
.pwp > .v:checked ~ div,
|
||||
.div_box:target {
|
||||
.v:checked ~ .div_box {
|
||||
display: flex;
|
||||
margin-top: -54em;
|
||||
margin-left: -14em;
|
||||
|
|
Loading…
Reference in a new issue