Skip to content

Commit

Permalink
Remove max width on p tag for body field. Fixes #959
Browse files Browse the repository at this point in the history
  • Loading branch information
trubach committed Nov 6, 2023
1 parent 9b5257f commit 9ad4359
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
article {
.field--name-body {
@extend %fixed-width;

p {
max-width: 900px;
}
}
}
}

0 comments on commit 9ad4359

Please sign in to comment.