border
This commit is contained in:
parent
ac6a3d3198
commit
f1d91c78e2
@ -110,7 +110,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => {
|
|||||||
: <div className="landscape:h-screen portrait:h-two-thirds-vw w-full" style={{gridArea: '1/1' }}></div> }
|
: <div className="landscape:h-screen portrait:h-two-thirds-vw w-full" style={{gridArea: '1/1' }}></div> }
|
||||||
<div className="relative grid place-items-center" style={{gridArea: '1/1'}}>
|
<div className="relative grid place-items-center" style={{gridArea: '1/1'}}>
|
||||||
<div className="m-0 sm:m-3 flex flex-col items-end">
|
<div className="m-0 sm:m-3 flex flex-col items-end">
|
||||||
<section className={classnames('rounded-xl md:px-6 px-4 md:py-5 py-3', isClient && ' bg-vibrant-dark-75')}>
|
<section className={classnames('rounded-xl md:px-6 px-4 md:py-5 py-3', isClient && 'border-2 border-vibrant-light bg-vibrant-dark-75')}>
|
||||||
<div className="mx-auto">
|
<div className="mx-auto">
|
||||||
<h1 className={classnames('font-black text-4xl sm:text-5xl md:text-6xl', isClient && 'text-vibrant-light')}>Chuck Dries</h1>
|
<h1 className={classnames('font-black text-4xl sm:text-5xl md:text-6xl', isClient && 'text-vibrant-light')}>Chuck Dries</h1>
|
||||||
<h2 className={classnames('text-xl md:text-2xl', isClient && 'text-vibrant')}>Full stack software engineer & hobbyist photographer</h2>
|
<h2 className={classnames('text-xl md:text-2xl', isClient && 'text-vibrant')}>Full stack software engineer & hobbyist photographer</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user