diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 15:24:43 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 15:24:43 +0200 |
commit | 36d0b61b6875bcc119d739a587974b1b09f9d978 (patch) | |
tree | 9d114960cdc65c163537cebb20c352aae1abca12 /assets | |
parent | Revert "lowercase category names" (diff) | |
download | jekyll-theme-36d0b61b6875bcc119d739a587974b1b09f9d978.tar.gz jekyll-theme-36d0b61b6875bcc119d739a587974b1b09f9d978.zip |
posts: more zing to the side font
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/jekyll-theme/utils.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/jekyll-theme/utils.css b/assets/css/jekyll-theme/utils.css index f7c4d6f..99920c8 100644 --- a/assets/css/jekyll-theme/utils.css +++ b/assets/css/jekyll-theme/utils.css @@ -22,3 +22,6 @@ html * { display: none; } } +.font-size-90 { + font-size: 90%; +} |