From: Michael D. Lowis Date: Mon, 4 Dec 2017 16:20:51 +0000 (-0500) Subject: added spacing between list items X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=93877d1fa91d3a97843697acf89e1b657c0ef4ca;p=proto%2Fjournal.git added spacing between list items --- diff --git a/index.html b/index.html index 18b7881..93219d1 100644 --- a/index.html +++ b/index.html @@ -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; diff --git a/style.css b/style.css index 2df7b24..7a49e49 100644 --- 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;