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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/components/_toc.scss')
-rw-r--r--assets/sass/components/_toc.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/sass/components/_toc.scss b/assets/sass/components/_toc.scss
index 39bc8e7..d62d492 100644
--- a/assets/sass/components/_toc.scss
+++ b/assets/sass/components/_toc.scss
@@ -2,8 +2,8 @@
position: -webkit-sticky;
position: sticky;
top: $grid-nav-height;
- padding: 0.25rem;
- margin: 0.25rem;
+ padding: 0.5rem;
+ margin: 0 0.5rem;
margin-top: 0;
padding-top: 1.25rem;
height: calc(100vh - $grid-nav-height);
@@ -66,7 +66,7 @@
ul {
li {
li {
- margin-left: 0.6rem;
+ margin-left: 0.5rem;
}
}
}