Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-26 08:46:59 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-26 08:46:59 +0300
commit011cf3f3bf045f734fc803ca5c19f30698bdc724 (patch)
treebc22756cd04603d9a6e2899a4db36e89a567ef48 /layouts/partials/style.html
parentc51b980981a07e29f19a2667d067517072f5d8cf (diff)
Add margin between tag buttons when wrapping
Diffstat (limited to 'layouts/partials/style.html')
-rw-r--r--layouts/partials/style.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index e20beb6..413ec16 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -23,6 +23,9 @@
color: inherit;
text-decoration: underline;
}
+.tag-btn {
+ margin-bottom: 0.3em;
+}
pre {
background-color: #f5f5f5;
border: 1px solid #ccc;