From 1b59b258bc432cdc755ca83a76e1e61b04b03fab Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 10 Oct 2021 17:47:45 -0500 Subject: [PATCH] Move the header link icon to the end --- assets/css/bobastyle.css | 13 ------------- layouts/_default/_markup/render-heading.html | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index c81f1b7..3dfcdd1 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -49,19 +49,6 @@ color: inherit; } -.section-header { - position: relative; -} - -.section-header a:hover { - text-decoration: none; -} - -.section-header-link { - position: absolute; - left: -20px; -} - .section-header-link svg { width: 15px; height: 15px; diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html index 606ebf6..3644bda 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -1,8 +1,8 @@ + {{ .Text | safeHTML }} {{ partial "icon.html" "link" }} - {{ .Text | safeHTML }}