Adjust top links on homepage

This commit is contained in:
Chuck Dries 2021-07-16 21:03:41 -07:00
parent 9bc1aa83a7
commit 2da16ec85f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export const HeroA = ({
}) => ( }) => (
<a <a
className={classnames( className={classnames(
"mx-2 underline", "mx-3 ",
isClient && "text-muted-light hover:text-vibrant-light", isClient && "text-muted-light hover:text-vibrant-light",
className className
)} )}

View File

@ -207,7 +207,7 @@ const IndexPage = ({
)} )}
style={{ zIndex: 100 }} style={{ zIndex: 100 }}
> >
<ul className="flex flex-wrap justify-around"> <ul className="flex flex-wrap justify-center">
<li> <li>
<HeroA <HeroA
href="/CharlesDriesResumeCurrent.pdf" href="/CharlesDriesResumeCurrent.pdf"