]> git.mdlowis.com Git - proto/journal.git/commitdiff
added spacing between list items
authorMichael D. Lowis <mike.lowis@gentex.com>
Mon, 4 Dec 2017 16:20:51 +0000 (11:20 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Mon, 4 Dec 2017 16:20:51 +0000 (11:20 -0500)
index.html
style.css

index 18b788162aeb682e0f2e28500ee0daf6f32c7920..93219d1e0c426093b6ac8d9433ff0e8faa3e7f24 100644 (file)
@@ -22,6 +22,7 @@ h4 { font-size: 1.0rem; }
 h5 { font-size: 0.83rem; }
 h6 { font-size: 0.67rem; }
 a { color: deepskyblue; }
+li  { margin-bottom: 1rem; }
 
 table {
        display: block;
index 2df7b247e7af7fb61ebd8229a35b53bf19fb4dc1..7a49e49b4b95783212bab18b09f969649ae7d9d3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -16,6 +16,7 @@ h4 { font-size: 1.0rem; }
 h5 { font-size: 0.83rem; }
 h6 { font-size: 0.67rem; }
 a { color: deepskyblue; }
+li  { margin-bottom: 1rem; }
 
 table {
        display: block;