diff --git a/src/components/modal.module.css b/src/components/modal.module.css index d1e47a0..64098d5 100644 --- a/src/components/modal.module.css +++ b/src/components/modal.module.css @@ -11,10 +11,10 @@ .modalContent { display: flex; max-height: 80%; - width: 70%; + height: auto; + width: 50%; position: fixed; background: var(--background-color); - height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);