about summary refs log tree commit diff homepage
path: root/_css/franklin.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 21:45:21 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 21:45:21 +0700
commit818a0bd6f1b3305351d482eeab4e9e64c2af3a18 (patch)
tree807afa8b0a26d98202f97bf7d4ab9d6513054fa2 /_css/franklin.css
parentc9409b7b0b426a8af44c2046972d26ff5621f37b (diff)
downloadsite-818a0bd6f1b3305351d482eeab4e9e64c2af3a18.tar.gz
Migrate *the rest* of the math blogs
Diffstat (limited to '_css/franklin.css')
-rw-r--r--_css/franklin.css20
1 files changed, 12 insertions, 8 deletions
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