Adjust top links on homepage
This commit is contained in:
parent
9bc1aa83a7
commit
2da16ec85f
@ -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
|
||||||
)}
|
)}
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user