diff options
Diffstat (limited to 'assets/css/components')
-rw-r--r-- | assets/css/components/_card-list.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/components/_card-list.scss b/assets/css/components/_card-list.scss index 24a04b2..605c442 100644 --- a/assets/css/components/_card-list.scss +++ b/assets/css/components/_card-list.scss | |||
@@ -38,7 +38,8 @@ | |||
38 | } | 38 | } |
39 | 39 | ||
40 | @include element('category-description') { | 40 | @include element('category-description') { |
41 | display: block; | 41 | display: block; |
42 | font-size: px-to-em(15px); | ||
42 | 43 | ||
43 | p { | 44 | p { |
44 | margin-top: $line-height * .25rem; | 45 | margin-top: $line-height * .25rem; |
@@ -46,7 +47,7 @@ | |||
46 | } | 47 | } |
47 | 48 | ||
48 | @include element('category-content') { | 49 | @include element('category-content') { |
49 | margin-top: $line-height * .5rem; | 50 | margin-top: $line-height * .625rem; |
50 | filter: drop-shadow(#{prop(--dims --obj-shadow, $global: true)} #{prop(--colors --obj-shadow, $global: true)}); | 51 | filter: drop-shadow(#{prop(--dims --obj-shadow, $global: true)} #{prop(--colors --obj-shadow, $global: true)}); |
51 | 52 | ||
52 | @include modifier('grid') { | 53 | @include modifier('grid') { |