From aafebbfd9a4164bc061b510010bf6b5721005ee4 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sun, 15 Aug 2021 23:53:55 +0300 Subject: [PATCH] Update anchors --- src/docs/Layouts/custom/H/H.svelte | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/docs/Layouts/custom/H/H.svelte b/src/docs/Layouts/custom/H/H.svelte index 7452b5b..589dd58 100644 --- a/src/docs/Layouts/custom/H/H.svelte +++ b/src/docs/Layouts/custom/H/H.svelte @@ -16,12 +16,11 @@
- - {title} - {#if !title} - - {/if} - + + {title} + {#if !title} + + {/if}
@@ -34,7 +33,7 @@ } .docs__anchor { position: relative; - margin-left: 10px; + margin-left: 16px; text-decoration: none; color: #000000; } @@ -43,6 +42,6 @@ font-size: 14px; content: "\1F517"; position: absolute; - left: -20px; + left: -23px; }