1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:34:46 -05:00

more readable code :3

This commit is contained in:
Ashley 2023-01-18 11:28:46 +00:00
parent 1027401a7f
commit 839cddd897

View file

@ -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;