From fa85d6de89cdf19d56b97609d58be2b91cebbb15 Mon Sep 17 00:00:00 2001 From: Benjamin Wiegand Date: Sun, 8 Sep 2024 14:54:22 -0700 Subject: [PATCH] fix an html syntax technicality --- www/index.html | 24 ++++++++++++------------ www/style.css | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/www/index.html b/www/index.html index 601fee0..3ff831d 100644 --- a/www/index.html +++ b/www/index.html @@ -76,7 +76,7 @@ @@ -90,7 +90,7 @@ @@ -124,7 +124,7 @@ @@ -138,7 +138,7 @@ @@ -152,7 +152,7 @@ @@ -166,7 +166,7 @@ @@ -200,7 +200,7 @@ @@ -214,7 +214,7 @@ @@ -242,7 +242,7 @@ @@ -256,7 +256,7 @@ @@ -285,7 +285,7 @@ @@ -299,7 +299,7 @@ diff --git a/www/style.css b/www/style.css index 8909d35..c1ad6fc 100644 --- a/www/style.css +++ b/www/style.css @@ -237,6 +237,7 @@ input:checked + .modal { } .lazy-image { + display: block; min-width: 90vw; min-height: 90vh; background-size: contain;