Skip to content

Commit b97541b

Browse files
committed
Merge pull request #35 from thaiphan/master
Set a max-width for images
2 parents 1b8f166 + 48b9d1f commit b97541b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/css/poole.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ img {
204204
display: block;
205205
margin: 0 0 1rem;
206206
border-radius: 5px;
207+
max-width: 100%;
207208
}
208209

209210
/* Tables */

0 commit comments

Comments
 (0)