From bc273c3300248e7fc0bd886e86319803de5d794f Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Fri, 3 Jun 2022 11:00:28 -0400 Subject: [PATCH] Updated about page --- src/pages/about.astro | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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

- +