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 }) => {