Skip to content

Commit

Permalink
Set image max-width to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed May 21, 2023
1 parent 9c7e9e7 commit 918566c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,7 @@ header h1 img {
.content table th {
background: var(--secondary-hover);
}

img {
max-width: 100%;
}

0 comments on commit 918566c

Please sign in to comment.