diff --git a/frontend/src/assets/css/image-viewer.css b/frontend/src/assets/css/image-viewer.css index 6793304c..91ed0bf6 100644 --- a/frontend/src/assets/css/image-viewer.css +++ b/frontend/src/assets/css/image-viewer.css @@ -13,8 +13,8 @@ } .popup { - width: 80%; - height: 80%; + width: 90%; + height: 90%; background-color: #fff; border-radius: 8px; position: absolute; @@ -22,7 +22,7 @@ .iv-content { margin: auto; - padding: 130px 60px; + padding: 60px 60px 120px; width: 90%; height: 100%; max-height: 100%;