Skip to content

Commit

Permalink
fix: accordion item max width
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhadwen committed Sep 24, 2020
1 parent 8f778eb commit 6295330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/accordion/styles/accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const Title = styled.h1`
export const Item = styled.div`
color: white;
margin-bottom: 10px;
max-width: 670px;
&:first-of-type {
margin-top: 3em;
Expand Down

0 comments on commit 6295330

Please sign in to comment.