diff --git a/gallery/centerpiece/index.html b/gallery/centerpiece/index.html index bf79a59..254be5e 100644 --- a/gallery/centerpiece/index.html +++ b/gallery/centerpiece/index.html @@ -49,10 +49,14 @@ color: #4a4a4a; font-family: 'Autour One', cursive; } + .modal{ + --bulma-modal-content-width: unset; + --bulma-modal-content-height: unset; + } .modal-image { - max-width: 95%; /* Slightly larger max-width */ - max-height: 95vh; /* Slightly larger max-height */ + max-width: 110%; /* Slightly larger max-width */ + max-height: 98vh; /* Slightly larger max-height */ display: block; margin: 0 auto; border-radius: 10px; @@ -109,7 +113,7 @@
+