aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2020-11-01 13:39:28 -0500
committerDrew DeVault <[email protected]>2020-11-01 13:39:28 -0500
commitadfe6e92c5a87cd095c26af3cd14bbd1cd95755b (patch)
tree8264c530fe41f401329893fbc43d13f8790ee346
parentAdd spacing between li's (diff)
downloadcapybara-adfe6e92c5a87cd095c26af3cd14bbd1cd95755b.tar.xz
capybara-adfe6e92c5a87cd095c26af3cd14bbd1cd95755b.zip
Reduce li margin to 0.5rem
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index cde2a14..c13356d 100644
--- a/main.go
+++ b/main.go
@@ -247,7 +247,7 @@ li {
}
li:not(:last-child) {
- margin-bottom: 1rem;
+ margin-bottom: 0.5rem;
}
a {