Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:edenspiekermann/globus-prototype…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
Gustav Pursche committed May 2, 2018
2 parents 5d0c6a1 + 88d2621 commit 50f26a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/listicle/summary/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default class extends React.Component {
order: 1;
padding: 0;
transform: translateX(7.5%);
width: 33.333%;
width: 50%;
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/main-content/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export default css`
.main-content {
display: flex;
flex-direction: column;
padding-bottom: 80px;
}
@media ${tokens.mq.tablet} {
.main-content {
flex-direction: row;
justify-content: space-between;
padding-bottom: 80px;
}
}
`;

0 comments on commit 50f26a2

Please sign in to comment.