diff --git a/src/pages/index.js b/src/pages/index.js index 3ffa2ec..305abdd 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -109,7 +109,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => { :
} {/*
*/}
1 || !isClient ? 'portrait:items-center' : 'landscape:justify-center')} + className={classnames('flex flex-col items-center justify-between', ar > 1 || !isClient ? 'portrait:items-center' : 'landscape:justify-center')} style={{gridArea: '1/1'}} >
*/} -
-

Chuck Dries

+
+

Chuck Dries

1 && 'landscape:shadow-lg', - 'rounded-l-md mb-4', isClient && + 'mb-4 inline-block', isClient && 'bg-vibrant-dark blurred-or-opaque-bg-1' )} > @@ -170,7 +170,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => { // className="mx-auto filter drop-shadow" className={classnames('mx-auto filter drop-shadow items-end', ar > 1 || !isClient ? '' : '')} > -
+

Full Stack Software Engineer & Hobbyist Photographer

{/* {
} */} diff --git a/tailwind.config.js b/tailwind.config.js index 5b8e451..8c472a4 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -31,6 +31,9 @@ module.exports = { serif: ['Playfair Display', 'serif'], }, extend: { + dropShadow: { + 'dark': '0 1px 2px rgba(0, 0, 0, 0.8)', + }, colors: { vibrant: { DEFAULT: ({ opacityVariable, opacityValue }) => {