Skip to content

Commit

Permalink
fix: o-text-introduction - Limit content width to 41.875rem
Browse files Browse the repository at this point in the history
  • Loading branch information
meissadia committed Apr 9, 2024
1 parent 59dc8ac commit c17e4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cfpb-layout/src/organisms/text-introduction.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
& > * {
margin-top: 0;
margin-bottom: 15px;
max-width: 670px;
max-width: 41.875rem;
}
}

0 comments on commit c17e4d9

Please sign in to comment.