Skip to content

Commit

Permalink
Center resume button
Browse files Browse the repository at this point in the history
  • Loading branch information
John Solly committed Mar 8, 2024
1 parent a698f3b commit 1647a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/resumeLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const { frontmatter } = Astro.props;

<Layout title={frontmatter.title} description={frontmatter.snippet}>
<div class="flex flex-col w-full">
<!-- Container for the top area with the button aligned to the right -->
<div class="w-full flex justify-end">
<!-- Container for the top area with the button centered -->
<div class="w-full flex flex-col items-center mb-2">
<a
href="/John-Solly-Resume.pdf"
target="_blank"
Expand Down

0 comments on commit 1647a99

Please sign in to comment.