diff --git a/cv.pdf b/cv.pdf index 94a3444..3e57132 100644 Binary files a/cv.pdf and b/cv.pdf differ diff --git a/resume.pdf b/resume.pdf index 42dacfa..2cb51ce 100644 Binary files a/resume.pdf and b/resume.pdf differ diff --git a/robots.txt b/robots.txt index ae07faa..7dbd255 100644 --- a/robots.txt +++ b/robots.txt @@ -1,6 +1,6 @@ User-agent: * -Disallow: update-pdf.sh -Disallow: CNAME -Disallow: cv.pdf -Disallow: resume.pdf +Disallow: /update-pdf.sh +Disallow: /CNAME +Disallow: /cv.pdf +Disallow: /resume.pdf Allow: /public/ diff --git a/style.css b/style.css index 7800a17..188db24 100644 --- a/style.css +++ b/style.css @@ -366,6 +366,10 @@ a:-webkit-any-link { background-color: var(--tint); } +#contact { + gap: 6px; +} + #contact a:-webkit-any-link { height: 25px; line-height: 25px;