summaryrefslogtreecommitdiff
path: root/src/components/project-detail.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/project-detail.js')
-rw-r--r--src/components/project-detail.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/project-detail.js b/src/components/project-detail.js
index f84a5c9..0505834 100644
--- a/src/components/project-detail.js
+++ b/src/components/project-detail.js
@@ -9,10 +9,10 @@ const descContainerStyle = css`
width: 100%;
display: flex;
flex-direction: column;
+ flex: 1;
justify-content: flex-start;
@media (min-width: ${breakpoints[0].breakpoint}px) {
margin: 0 0 0 ${margins.md}px;
- flex: 1;
}
& > * {
margin: 0 0 ${margins.md}px 0;