]> git.mdlowis.com Git - proto/journal.git/commitdiff
switched to rem instead of em for font sizes
authorMichael D. Lowis <mike.lowis@gentex.com>
Tue, 28 Nov 2017 21:12:25 +0000 (16:12 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Tue, 28 Nov 2017 21:12:25 +0000 (16:12 -0500)
style.css

index 3c8bedc70cd0c25a00de0b43f3af4d33da9352d3..43d9f7397313dc974bca9de4f85088f173217c17 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2,14 +2,6 @@
 * { -moz-box-sizing: border-box; box-sizing: border-box; }
 *:focus { outline: none; }
 
-/* override default heading sizes */
-h1 { font-size: 2.0em; }
-h2 { font-size: 1.5em; }
-h3 { font-size: 1.17em; }
-h4 { font-size: 1.0em; }
-h5 { font-size: 0.83em; }
-h6 { font-size: 0.67em; }
-
 /* set the font and the artical content width */
 body {
     font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
@@ -20,12 +12,15 @@ body {
     margin-right: auto;
 }
 
-/* table styling
-
-    Github table style and code block style
-    code plock style from logbook link?
+/* override default heading sizes */
+h1 { font-size: 2.0rem; }
+h2 { font-size: 1.5rem; }
+h3 { font-size: 1.17rem; }
+h4 { font-size: 1.0rem; }
+h5 { font-size: 0.83rem; }
+h6 { font-size: 0.67rem; }
 
-*/
+/* table styling: Github or skeleton table style */
 table {
     display: block;
     width: 100%;