From 93877d1fa91d3a97843697acf89e1b657c0ef4ca Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 4 Dec 2017 11:20:51 -0500 Subject: [PATCH] added spacing between list items --- index.html | 1 + style.css | 1 + 2 files changed, 2 insertions(+) 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; -- 2.52.0