Skip to content

Commit

Permalink
Remove redundant margin
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jul 12, 2024
1 parent 26ebebd commit f70b93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/paige/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ $page := . }}

{{ if or $page.Ancestors site.Menus.main }}
<header class="my-3" id="paige-header">
<header class="mt-3" id="paige-header">
{{ if templates.Exists "partials/paige/header-first.html" }}
{{ partial "paige/header-first.html" $page }}
{{ end }}
Expand Down

0 comments on commit f70b93c

Please sign in to comment.