Skip to content

Commit

Permalink
fix: news image overflowing (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantotone authored Dec 17, 2023
1 parent 62647ce commit 28eaf67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/NewsPage/NewsPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
text-decoration: underline;
}

.content img {
max-width: 100%;
}

.info {
display: grid;
grid-template-columns: auto auto;
Expand Down

0 comments on commit 28eaf67

Please sign in to comment.