Skip to content

Commit

Permalink
Merge pull request #55 from bcnmy/rc/imageresize
Browse files Browse the repository at this point in the history
reduce image sizing
  • Loading branch information
vanshika-srivastava authored Aug 12, 2023
2 parents c542623 + 4388cea commit e475a99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@
--ifm-color-primary-lightest: #FF4E17;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

img {
max-width: 75%;
margin: 0 auto;
}

0 comments on commit e475a99

Please sign in to comment.