Skip to content

Commit 6295330

Browse files
committed
fix: accordion item max width
1 parent 8f778eb commit 6295330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/accordion/styles/accordion.js

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const Title = styled.h1`
3333
export const Item = styled.div`
3434
color: white;
3535
margin-bottom: 10px;
36+
max-width: 670px;
3637
3738
&:first-of-type {
3839
margin-top: 3em;

0 commit comments

Comments
 (0)