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

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbuchelva <anbuchelva@gmail.com>2020-01-16 19:02:26 +0300
committeranbuchelva <anbuchelva@gmail.com>2020-01-16 19:02:26 +0300
commit20db9e1ff603e1f42c1eaf5c6bc23058efcb9ce2 (patch)
treeeb9427501205c2779c536dec2663bee312452d43
parent0fda7ac20c9141908a151d66ca9b477b4cce6e42 (diff)
fix wrap issue on tag page
-rw-r--r--assets/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index ace3084..3eeab39 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -6665,7 +6665,7 @@ body.okayNav-loaded {
.okayNav__nav--visible {
overflow: hidden;
- white-space: nowrap;
+ white-space: normal;
}
.okayNav__nav--visible li {
@@ -6674,7 +6674,7 @@ body.okayNav-loaded {
}
.okayNav__nav--visible li:first-child {
- margin-left: 0;
+ margin-left: 15px;
}
.okayNav__nav--visible a {