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