Change wish description hide threshold

This commit is contained in:
grandeljay 2022-11-28 13:40:40 +01:00
parent 45ae729476
commit bae3f7616c

View file

@ -363,7 +363,7 @@ figure {
margin-top: 0;
overflow: auto;
}
@media (max-width: 512px) {
@media (max-width: 768px) {
.wishlist .ui.horizontal.card > .content > .description {
display: none;
}