Skip to content

Commit

Permalink
reduce header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Aug 20, 2023
1 parent db6a132 commit d6b0eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/partials/PageHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { title = "" }: { title?: string } = Astro.props;
---

<section>
<div class="container text-center">
<div class="container text-center -mb-8">
<div
class="rounded-2xl bg-gradient-to-b from-body to-theme-light px-8 py-14 dark:from-darkmode-body dark:to-darkmode-theme-light"
>
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/shortcodes/ProjectHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ProjectHeader = ({
}) => {
return (
<div>
<div className="mt-8">
<div className="mt-12">
<h3> {title} </h3>
</div>
<div className="-mt-4">
Expand Down

0 comments on commit d6b0eb1

Please sign in to comment.