Fix remembered lists description box

This commit is contained in:
grandeljay 2022-11-02 20:11:54 +01:00
parent 0632190a08
commit 99d64289d8

View file

@ -53,3 +53,9 @@
background-color: rgba(0, 0, 0, 0.6);
}
}
@media (max-width: 767.9px) {
.wishlists-saved .content {
margin-left: 0;
margin-right: 0;
}
}