aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2020-11-01 13:38:18 -0500
committerDrew DeVault <[email protected]>2020-11-01 13:38:18 -0500
commit633432ef9af8ab07c0f29a7ea2c5f171b37ecc22 (patch)
tree1888a458eed021b98b6771a3a23a742c2ea7947d
parentFix style of proxy link at bottom of page (diff)
downloadcapybara-633432ef9af8ab07c0f29a7ea2c5f171b37ecc22.tar.xz
capybara-633432ef9af8ab07c0f29a7ea2c5f171b37ecc22.zip
Add spacing between li's
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7b4de4d..cde2a14 100644
--- a/main.go
+++ b/main.go
@@ -246,6 +246,10 @@ li {
padding: 0;
}
+li:not(:last-child) {
+ margin-bottom: 1rem;
+}
+
a {
position: relative;
}