summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/project-detail.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/project-detail.js b/src/components/project-detail.js
index 0505834..430b36b 100644
--- a/src/components/project-detail.js
+++ b/src/components/project-detail.js
@@ -21,6 +21,7 @@ const descContainerStyle = css`
const imgContainerStyle = css`
display: flex;
+ flex-wrap: wrap;
& > *:not(:last-child) {
margin-right: ${margins.sm}px;
}