From ffa9a39ca85fe0a7c43eb314756c3f875ee6ec62 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 5 Dec 2020 11:47:57 +0000 Subject: [PATCH] fix(css): increase front-page 'recent posts' & 'tags' font-size - especially on tablet --- themes/chameleon/source/css/_source.css | 1 + themes/chameleon/source/css/chameleon.css | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/chameleon/source/css/_source.css b/themes/chameleon/source/css/_source.css index d39e858..6b15d1b 100644 --- a/themes/chameleon/source/css/_source.css +++ b/themes/chameleon/source/css/_source.css @@ -159,6 +159,7 @@ ul { } ul.index-list { + font-size: 1.1em; list-style: disc; } diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index b5f2a75..2d5f180 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -626,6 +626,7 @@ ul { } ul.index-list { + font-size: 1.1em; list-style: disc; }