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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <onedrawingperday@gmail.com>2019-11-22 13:01:03 +0300
committerAlex <onedrawingperday@gmail.com>2019-11-22 13:01:03 +0300
commit34aee970c487b62846d13d927f9f45f901729fc6 (patch)
tree1100403a66e96a6537ee6aa673aaebd091a6ab35
parentb6155358015ef98d2d8805f6fafb1584a82e610c (diff)
Fix space around theme buttons
Fixes #48
-rw-r--r--layouts/partials/head-additions.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head-additions.html b/layouts/partials/head-additions.html
index 22fadc9..ff0d4ca 100644
--- a/layouts/partials/head-additions.html
+++ b/layouts/partials/head-additions.html
@@ -15,6 +15,10 @@
opacity: 1;
transition: opacity 300ms;
}
+ .mt4 a.link {
+ margin: 0 0.5rem 0.8rem 0;
+ display: inline-block;
+ }
</style>
{{ if eq (getenv "HUGO_ENV") "production" }}
<script type="text/javascript">