diff --git a/gallery/centerpiece/index.html b/gallery/centerpiece/index.html
index b7af188..2b24ea4 100644
--- a/gallery/centerpiece/index.html
+++ b/gallery/centerpiece/index.html
@@ -51,8 +51,8 @@
}
.modal-image {
- max-width: 90%;
- max-height: 90vh;
+ max-width: 95%; /* Slightly larger max-width */
+ max-height: 95vh; /* Slightly larger max-height */
display: block;
margin: 0 auto;
border-radius: 10px;
@@ -76,6 +76,13 @@
+
+
+
+
+
+
+