Skip to content

Commit

Permalink
del resume & set max width for ultrawide monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Oct 29, 2024
1 parent 9aeeab9 commit d2de3e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file removed public/resume.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const fixedPath = currentPath.replace(/^\/|\/$/g, "");
<b class="no-underline">Andrew Moses</b>
</a>
<a class={`nav ${fixedPath === "blog" ? "bold" : ""}`} href="/blog">Blog</a>
<a class="nav" href="/resume.pdf">Resume</a>
</div>
<div class="icons">
<a
Expand Down
2 changes: 2 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ body {
min-height: 100vh;
display: flex;
flex-direction: column;
max-width: 1600px;

}

@media (min-width: 400px) {
Expand Down

0 comments on commit d2de3e4

Please sign in to comment.