From 96982c07078a8af4ee307f7a9da73407d5b84092 Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Fri, 4 Apr 2025 10:25:14 +0000 Subject: [PATCH] tiny change --- index.html | 6 +++--- style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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