From e5eae2f44bd37c645a03038efcbb620d795d7d73 Mon Sep 17 00:00:00 2001 From: blend <151626101+blendtwenty@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:14:51 +1100 Subject: [PATCH] style adjustments accomodating doge-nav --- themes/hello-friend-ng/layouts/partials/head.trailmap.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hello-friend-ng/layouts/partials/head.trailmap.html b/themes/hello-friend-ng/layouts/partials/head.trailmap.html index 829e653d..2605f670 100644 --- a/themes/hello-friend-ng/layouts/partials/head.trailmap.html +++ b/themes/hello-friend-ng/layouts/partials/head.trailmap.html @@ -41,7 +41,7 @@ .tm header, .tm footer { - margin-top: 5em; + margin-top: 3em; padding: 2em; } .tm footer { @@ -319,7 +319,7 @@ text-align: right; position: sticky; overflow: hidden; /* prevent margin collapsing of headings */ - top: 65px; + top: 63px; box-shadow: inset -3px 0px 3px rgba(0, 0, 0, 0.1); } @@ -339,7 +339,7 @@ overflow: hidden; position: sticky; z-index: 50; - top: 10px; + top: 22px; @media only screen and (min-width: 980px) { display: none; }