more readable code :3

This commit is contained in:
Ashley 2023-01-18 11:28:46 +00:00
parent a47d3070ad
commit ecceaf09a6

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;