Skip to content

Commit

Permalink
Merge pull request #8 from dogeorg/trailmap-style-tidy
Browse files Browse the repository at this point in the history
Style adjustments - accomodating doge-nav
  • Loading branch information
blendtwenty authored Feb 22, 2024
2 parents 57a955e + e5eae2f commit 57e7b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/hello-friend-ng/layouts/partials/head.trailmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

.tm header,
.tm footer {
margin-top: 5em;
margin-top: 3em;
padding: 2em;
}
.tm footer {
Expand Down Expand Up @@ -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);
}

Expand All @@ -339,7 +339,7 @@
overflow: hidden;
position: sticky;
z-index: 50;
top: 10px;
top: 22px;
@media only screen and (min-width: 980px) {
display: none;
}
Expand Down

0 comments on commit 57e7b2c

Please sign in to comment.