Skip to content

Commit

Permalink
add max width to detail content to make sure the detail page summarty…
Browse files Browse the repository at this point in the history
… container has same width (#2138)
  • Loading branch information
yzlucas authored Nov 7, 2024
1 parent f896db6 commit ab0a09b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

.details-content {
margin: 32px 24px;
max-width: 400px;
}

font-family: "BCSans",
Expand Down

0 comments on commit ab0a09b

Please sign in to comment.