From 4d917eb618eb97a75feb13e1f45e92a23b3c7cda Mon Sep 17 00:00:00 2001 From: "Michael W." Date: Wed, 11 Dec 2024 00:03:34 -0500 Subject: [PATCH] trying everything to center the image --- app.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app.css b/app.css index cd7b95d..75f5d38 100644 --- a/app.css +++ b/app.css @@ -324,14 +324,27 @@ tr:hover { } } + .image-container { display: flex; justify-content: center; align-items: center; - margin: 20px 0; /* Add some spacing around the image */ } .centered-image { max-width: 100%; height: auto; + display: block; } + +/* .image-container { + /* display: flex; + justify-content: center; + align-items: center; + margin: 20px 0; /* Add some spacing around the image */ + + +/* .centered-image { + max-width: 100%; + height: auto; +} */ */