Skip to content

Commit

Permalink
Fix intersecting line for individual hip pages (#834)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Garber <[email protected]>
  • Loading branch information
mgarbs authored Nov 13, 2023
1 parent 78e0de8 commit d6737ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@

<body>
{%- include header.html -%}
{%- include search-form.html -%}

{%- if page.url contains 'hip-' -%}

{%- else -%}
{%- include search-form.html -%}
{%- endif -%}

<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/hip.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,6 @@ <h2>Citation</h2>
}

.wrapper {
margin-top: -39px;
margin-top: -15px;
}
</style>

0 comments on commit d6737ea

Please sign in to comment.