diff --git a/index.html b/index.html
index 588d66ed..46ecb771 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,7 @@
More elements
This is supposed to be a demo page so we need more elements!
+
- List item 1
- List item 2
diff --git a/water.css b/water.css
index 260f91a8..d3acd27d 100644
--- a/water.css
+++ b/water.css
@@ -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,