Skip to content

Commit

Permalink
fix(Typography): Wrong size on images in the documentation. (#1641)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Orliak <[email protected]>
  • Loading branch information
nikitaorliak-cengage and Nikita Orliak authored Feb 3, 2025
1 parent 4573499 commit a81fd57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fix-Typography-images-wrong-size.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Typography): Fix wrong size on images in the documentation.
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
color: #454545;
}

figure {
.item > figure {
margin: 0 !important;
padding-block: 8px !important;
}

figure > span {
.item > figure > span {
border: none !important;
width: 144px;
}

2 comments on commit a81fd57

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Please sign in to comment.