From c4ba7679268ed9bb17dd8e8641b8db37125e11f3 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 9 Nov 2025 08:54:22 -0400 Subject: [PATCH] tweaking gallery class --- static/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 36b94b3..404f568 100644 --- a/static/style.css +++ b/static/style.css @@ -73,4 +73,13 @@ form { body a { color: #65c2de; } -}*/ \ No newline at end of file +}*/ + +/* -- gallery ----------------------------------------------------------- */ + +.gallery img { + object-fit: cover; + width: 200px; + height: 200px; +} +