From 4ad3722f89cf26bad3daf40753bbeabc0c64d416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Wed, 4 May 2022 20:43:20 +0300 Subject: [PATCH] RED-3688: smaller font size for li --- paligo-styles/homepage.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/paligo-styles/homepage.scss b/paligo-styles/homepage.scss index b38122cbb..cfbe08a30 100644 --- a/paligo-styles/homepage.scss +++ b/paligo-styles/homepage.scss @@ -33,6 +33,11 @@ @include mixin.card; width: 250px; margin: 0 15px !important; + + li a { + font-size: inherit; + line-height: inherit; + } } }