summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/image.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/image.js b/src/components/image.js
index df5ddb3..a84d418 100644
--- a/src/components/image.js
+++ b/src/components/image.js
@@ -12,6 +12,7 @@ const imgContainerStyle = css`
export const Image = ({ imgUrl, caption, noShadow }) => {
const imgStyle = css`
max-height: 300px;
+ max-width: 80vw;
align-self: flex-end;
${!noShadow
? `box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);`