summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_card-list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_card-list.scss')
-rw-r--r--assets/css/components/_card-list.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/components/_card-list.scss b/assets/css/components/_card-list.scss
index 0f44b00..7455193 100644
--- a/assets/css/components/_card-list.scss
+++ b/assets/css/components/_card-list.scss
@@ -23,6 +23,10 @@
23 } 23 }
24 24
25 @include element('category-title') { 25 @include element('category-title') {
26 display: inline-block;
27 margin-top: 0;
28 margin-right: 1em;
29
26 :link, 30 :link,
27 :visited { 31 :visited {
28 text-decoration: none; 32 text-decoration: none;
@@ -33,7 +37,7 @@
33 } 37 }
34 } 38 }
35 39
36 @include element('category-subtitle') { 40 @include element('category-description') {
37 display: block; 41 display: block;
38 42
39 p { 43 p {