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;
|
||||
overflow: auto;
|
||||
}
|
||||
@media (max-width: 512px) {
|
||||
.wishlist .ui.horizontal.card > .content > .description {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/** Buttons */
|
||||
.wishlist .ui.card > .extra.buttons,
|
||||
|
|
Loading…
Reference in a new issue