瀏覽代碼

Merge branch 'whowillcare-master'

Lauri Ojansivu 6 年之前
父節點
當前提交
2c6b51857f
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      client/components/boards/boardsList.styl

+ 3 - 2
client/components/boards/boardsList.styl

@@ -183,10 +183,11 @@ $spaceBetweenTiles = 16px
     overflow: scroll
     overflow: scroll
 
 
     li
     li
-      width: 33.3%
+      width: 50% 
 
 
     .board-list-item
     .board-list-item
       overflow: hidden
       overflow: hidden
+      height: 8rem
 
 
     .board-list-item-sub-name
     .board-list-item-sub-name
       position: relative
       position: relative
@@ -195,4 +196,4 @@ $spaceBetweenTiles = 16px
 
 
 @media screen and (max-width: 360px)
 @media screen and (max-width: 360px)
     li
     li
-      width: 50%
+      width: 100%