summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-03-20 04:11:43 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-03-20 04:11:43 -0700
commit786a1c0cc73f395ccc68115c74738cc221981dba (patch)
treecf81d1e304edb8ac65e8bdd9fffab772da98b657
parent2afd0e21b416a4915c07b31b2a22e44b6dd84405 (diff)
Move flex property out of media query
-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;