From 30f2cb9b2f2c2e45eb7c1a6da4def8a7829ff1c8 Mon Sep 17 00:00:00 2001 From: Pavel Novikov Date: Mon, 2 Mar 2020 21:14:59 +0300 Subject: [PATCH] Make usage of in headers *not* ugly 0.875 is 14/16 (16px being the default font size specified in the rule for ). This way usage of elements will not be ugly since the font size will be relatively scaled (e.g. 28px instead of 14px for

with default size 32px). --- _sass/jekyll-theme-slate.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-slate.scss b/_sass/jekyll-theme-slate.scss index f4cdc0d1..cb9ed609 100644 --- a/_sass/jekyll-theme-slate.scss +++ b/_sass/jekyll-theme-slate.scss @@ -159,7 +159,7 @@ pre, code { background-color: #fff; font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; - font-size: 14px; + font-size: 0.875em; border-radius: 2px; -moz-border-radius: 2px;