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; +} */ */