瀏覽代碼

styling edit - removed comments

tags/0.9.0
Alej 4 年之前
父節點
當前提交
c8df0898c5
共有 1 個文件被更改,包括 2 次插入8 次删除
  1. 2
    8
      vue-theme/src/components/card.vue

+ 2
- 8
vue-theme/src/components/card.vue 查看文件

@@ -7,7 +7,7 @@
7 7
         router-link(:to="`/${type}/${content.slug}`")
8 8
             //- set image to thumbnail setting
9 9
             featured-image(:post="content")
10
-        .f-col
10
+        .f-col.w-max
11 11
             router-link(:to="`/${type}/${content.slug}`")
12 12
                 h1.t-up.t-cntr.t-b {{ content.title }}
13 13
             p {{ content.excerpt }}
@@ -29,7 +29,6 @@ export default {
29 29
     overflow: hidden
30 30
     text-overflow: clip
31 31
     &--info
32
-        /* padding: $ms--3 */
33 32
         justify-content: center
34 33
     header
35 34
         a
@@ -57,13 +56,8 @@ export default {
57 56
                 width: 100%
58 57
         .wide
59 58
             display: flex
60
-            /* padding: $ms-0 0 */
61 59
             padding: 0
62 60
             grid-gap: $ms-0
63
-            /* img */
64
-                /* width: 100% */
65
-                /* padding: 0 $ms-0 0 0 */
66
-            /* specific condition for wide card, need to sort out paragraph fit*/
67
-            w-max
61
+
68 62
             
69 63
 </style>

Loading…
取消
儲存