Skip to content

Commit

Permalink
Add image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed Apr 5, 2019
1 parent b205800 commit e60a4fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ <h2>More elements</h2>
<p>
This is supposed to be a demo page so we need more elements!
</p>
<img src='http://placekitten.com/408/287' alt='Example kitten'>
<ul>
<li>List item 1</li>
<li>List item 2</li>
Expand Down
4 changes: 4 additions & 0 deletions water.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ input[type='checkbox'] {
cursor: pointer;
}

img {
max-width: 100%;
}

a, button, input, textarea {
transition: background-color .1s linear,
border-color .1s linear,
Expand Down

0 comments on commit e60a4fe

Please sign in to comment.