From a19f37f05e7075969b81dd0da1ddc15dfd9aa9c2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 20 Nov 2021 13:43:00 +0100 Subject: Adjusted font sizes --- assets/css/components/_card-list.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'assets/css/components') 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 @@ } @include element('category-description') { - display: block; + display: block; + font-size: px-to-em(15px); p { margin-top: $line-height * .25rem; @@ -46,7 +47,7 @@ } @include element('category-content') { - margin-top: $line-height * .5rem; + margin-top: $line-height * .625rem; filter: drop-shadow(#{prop(--dims --obj-shadow, $global: true)} #{prop(--colors --obj-shadow, $global: true)}); @include modifier('grid') { -- cgit v1.2.3-54-g00ecf