Skip to content

Commit

Permalink
Fix stretched images
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Jan 27, 2024
1 parent c6ea233 commit cafccc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@ code {
font-family: "IBM Plex Mono" !important;
}

img {
max-width: 100%;
height: auto;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme="dark"] {
--ifm-color-primary: var($color-brown);
Expand Down

0 comments on commit cafccc4

Please sign in to comment.