Hide wish horizontal wish description on small viewports
This commit is contained in:
parent
61c6d0a2f5
commit
6178983c4e
1 changed files with 5 additions and 0 deletions
|
@ -363,6 +363,11 @@ figure {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 512px) {
|
||||||
|
.wishlist .ui.horizontal.card > .content > .description {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/** Buttons */
|
/** Buttons */
|
||||||
.wishlist .ui.card > .extra.buttons,
|
.wishlist .ui.card > .extra.buttons,
|
||||||
|
|
Loading…
Reference in a new issue