From 90978c27584dc3a7b1a21d3a6cf1a8ecbd3673b3 Mon Sep 17 00:00:00 2001 From: reyhhan Date: Sun, 17 Oct 2021 20:42:26 +0530 Subject: [PATCH] Fixed section landing position on navigation --- layouts/partials/sections/accomplishments.html | 5 +++-- layouts/partials/sections/achievements.html | 5 +++-- layouts/partials/sections/education.html | 5 +++-- layouts/partials/sections/experiences.html | 8 +++++--- layouts/partials/sections/recent-posts.html | 5 +++-- layouts/partials/sections/skills.html | 5 +++-- static/css/sections/accomplishments.css | 6 ++++++ static/css/sections/achievements.css | 6 ++++++ static/css/sections/education.css | 6 ++++++ static/css/sections/experiences.css | 6 ++++++ static/css/sections/recent-posts.css | 6 ++++++ static/css/sections/skills.css | 6 ++++++ 12 files changed, 56 insertions(+), 13 deletions(-) diff --git a/layouts/partials/sections/accomplishments.html b/layouts/partials/sections/accomplishments.html index 9024222..8dee8a6 100644 --- a/layouts/partials/sections/accomplishments.html +++ b/layouts/partials/sections/accomplishments.html @@ -3,9 +3,10 @@ {{ $sectionID = .section.id }} {{ end }} -
+
{{ if not (.section.hideTitle) }} -

{{ .section.name }}

+

+ {{ .section.name }}

{{ end }}
diff --git a/layouts/partials/sections/achievements.html b/layouts/partials/sections/achievements.html index 9744fc7..927fdc8 100644 --- a/layouts/partials/sections/achievements.html +++ b/layouts/partials/sections/achievements.html @@ -3,9 +3,10 @@ {{ $sectionID = .section.id }} {{ end }} -
+
{{ if not (.section.hideTitle) }} -

{{ .section.name }}

+

+ {{ .section.name }}

{{ end }}