diff --git a/index.html b/index.html
index f0c4d34..fa2a506 100644
--- a/index.html
+++ b/index.html
@@ -26,15 +26,15 @@
- Simulated protanomaly
+ Simulated protanomaly (weak red)
- Simulated deuteranomaly
+ Simulated deuteranomaly (weak green)
- Simulated tritanomaly
+ Simulated tritanomaly (weak blue)
diff --git a/style.css b/style.css
index 59f0f13..957153b 100644
--- a/style.css
+++ b/style.css
@@ -32,5 +32,5 @@ figcaption {
img, canvas {
width: 100%;
height: 100%;
- object-fit: cover;
+ object-fit: contain;
}
\ No newline at end of file