Adjust top links on homepage
This commit is contained in:
parent
9bc1aa83a7
commit
2da16ec85f
@ -10,7 +10,7 @@ export const HeroA = ({
|
||||
}) => (
|
||||
<a
|
||||
className={classnames(
|
||||
"mx-2 underline",
|
||||
"mx-3 ",
|
||||
isClient && "text-muted-light hover:text-vibrant-light",
|
||||
className
|
||||
)}
|
||||
|
@ -207,7 +207,7 @@ const IndexPage = ({
|
||||
)}
|
||||
style={{ zIndex: 100 }}
|
||||
>
|
||||
<ul className="flex flex-wrap justify-around">
|
||||
<ul className="flex flex-wrap justify-center">
|
||||
<li>
|
||||
<HeroA
|
||||
href="/CharlesDriesResumeCurrent.pdf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user