Skip to content

Commit

Permalink
fix: adjust width to img
Browse files Browse the repository at this point in the history
  • Loading branch information
tcelestino committed Dec 23, 2024
1 parent f4786a4 commit a3f8a6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ body {
flex-direction: column;
}

img {
max-width: 100%;
}

.page-content {
margin-bottom: 2rem;
flex: 1;
Expand Down

0 comments on commit a3f8a6d

Please sign in to comment.