diff --git a/src/pages/about.astro b/src/pages/about.astro index 0afcba8..17efd72 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -2,7 +2,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; import { Markdown } from 'astro/components'; -const resumeLink = 'https://git.thomaspcole.com/thomascole/Resume-MD/raw/branch/master/Resume.md'; +const resumeLink = 'https://git.thomaspcole.com/thomascole/Resume-MD/raw/branch/master/src/Resume.md'; const response = await fetch(resumeLink); const data = await response.text(); @@ -55,6 +55,15 @@ const data = await response.text(); place-content: center; } + // Hack to adjust some of the markdown content + #thomaspatrickcolegmailcom--704-771-2453{ + font-size: 1em; + } + + #work-experience{ + margin-top: 8px; + } + @media (max-width: 1024px) { .md-container{ width: 95%; @@ -70,14 +79,14 @@ const data = await response.text();

Resume

- +