From 818a0bd6f1b3305351d482eeab4e9e64c2af3a18 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 8 Mar 2021 21:45:21 +0700 Subject: Migrate *the rest* of the math blogs --- _css/franklin.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to '_css/franklin.css') diff --git a/_css/franklin.css b/_css/franklin.css index 2575a39..6e32afc 100644 --- a/_css/franklin.css +++ b/_css/franklin.css @@ -22,7 +22,7 @@ html { /* Keep minimum font size to the usual default of 16px */ @media (min-width: 800px) { html { - font-size: 2vw; + font-size: min(23px, 2vw); margin-left: auto; margin-right: auto; } @@ -150,6 +150,7 @@ td { .franklin-content p { hyphens: auto; + line-height: 1.4rem; text-align: justify; } @@ -247,13 +248,16 @@ body { counter-reset: eqnum; } white-space: normal; } -.katex-display::after { - counter-increment: eqnum; - content: "(" counter(eqnum) ")"; - position: relative; - float: right; - padding-right: 5px; -} +/* + * No numbering, for now + * .katex-display::after { + * counter-increment: eqnum; + * content: "(" counter(eqnum) ")"; + * position: relative; + * float: right; + * padding-right: 5px; + * } + */ /* ================================================================== CODE & HIGHLIGHT.JS -- cgit 1.4.1