summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r--client/components/cards/minicard.styl16
1 files changed, 2 insertions, 14 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl
index 428a7abe..30228063 100644
--- a/client/components/cards/minicard.styl
+++ b/client/components/cards/minicard.styl
@@ -105,25 +105,13 @@
right: 5px;
top: 5px;
display:none;
- @media only screen and (min-width: 1200px) {
+ // @media only screen and (max-width: 1199px) {
+ @media only screen and (max-width: 800px) {
display:block;
}
.fa-arrows
font-size:20px;
color: #ccc;
- //.handle-minicard-desktop
- // width: 20px;
- // height: 20px;
- // position: absolute;
- // right: 5px;
- // top: 5px;
- // display:none;
- // @media only screen and (min-width: 1200px) {
- // display:block;
- // }
- // .fa-arrows
- // font-size:20px;
- // color: #ccc;
.minicard-title
p:last-child
margin-bottom: 0