Skip to content

Commit

Permalink
fix: corrected display of many bulles
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Feb 1, 2019
1 parent c2b4f74 commit 090e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/BulleContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default styled.article`
padding: 1.6em 2.5em 1.6em 2.0em;
font-size: ${props => (props.details ? '1.5em' : '1.4em')};
article + article {
& + & {
border-top: 1px solid rgba(188,188,201,0.20)
}
`;

0 comments on commit 090e329

Please sign in to comment.