Skip to content

Commit

Permalink
Stop images from overflowing on smaller screense
Browse files Browse the repository at this point in the history
  • Loading branch information
oleeskild authored Oct 1, 2023
1 parent e95e7be commit 0a98901
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/site/styles/digital-garden-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ body {
--graph-muted: var(--text-muted);
}

img {
max-width: 100%;
}

.content {
max-width: 700px;
margin: auto;
Expand Down

0 comments on commit 0a98901

Please sign in to comment.