Browse Source

less margin-bottom after minicard

pravdomil 7 years ago
parent
commit
18e936fd28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/cards/minicard.styl

+ 1 - 1
client/components/cards/minicard.styl

@@ -5,7 +5,7 @@
   position: relative
   display: flex
   align-items: center
-  margin-bottom: 9px
+  margin-bottom: 2px
 
   &.placeholder
     background: darken(white, 20%)