Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/documentation-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: MIT
*/
export const docStyles = {
"p,img": {
"p,h3": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just h3 felt arbitrary but it is correct, the content doesn't permit any headings and the toolkit entry headings are h3s.

Just commenting FTR, no action.

maxWidth: "600px",
},
};
2 changes: 1 addition & 1 deletion src/documentation/ideas/IdeasDocumentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const ActiveLevel = ({
.fit("max")
.url()}
alt=""
width="100%"
width={600}
sx={{
aspectRatio: getAspectRatio(activeIdea.image.asset._ref),
}}
Expand Down