about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-12-29 14:18:58 -0800
committerFranck Cuny <franck@fcuny.net>2021-12-29 14:18:58 -0800
commit77d76e23c8f13ac69c68801f43de5588b8fcb8c6 (patch)
treebbcc3a2599585f6d914ff467e8f9e1824b695a1b
parentcss: highlight links with a background color (diff)
downloadfcuny.net-77d76e23c8f13ac69c68801f43de5588b8fcb8c6.tar.gz
css: adjust line height
-rw-r--r--static/css/custom.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 2e96fdc..df75430 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,6 +1,5 @@
 body {
     font-family: sans-serif;
-    line-height:1.6;
     font-size:18px;
     color: #000111;
     background-color: #fbf1c7;
@@ -9,7 +8,6 @@ body {
     padding:0 0.55em;
 }
 
-h1, h2, h3, h4, h5 {line-height:1.2}
 h1{margin-top:1em;margin-bottom:0.34em}
 h2{margin-top:1.25em;margin-bottom:0.41em}
 h3{margin-top:1.5em;margin-bottom:0.5em}
@@ -47,7 +45,6 @@ code {
 code.verbatim {
     background-color: #fffff8;
 }
-
 :not(pre) code{
     padding-left:0.1em;
     padding-right:0.1em;
@@ -61,7 +58,6 @@ pre {
     font-family: monospace;
     padding: 0.3rem 0.3rem;
     margin: 0;
-    line-height: 1.1;
     overflow-x: auto;
     border: 1px solid #000;
 }
@@ -87,6 +83,7 @@ table {
     width: 100%;
     border-spacing: 0px;
     outline: none;
+    line-height: 0.9em;
 }
 
 th, td{