about summary refs log tree commit diff homepage
path: root/_css/franklin.css
diff options
context:
space:
mode:
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