From 362d340b34c5b934e3b5ecf7547181b87fc91d74 Mon Sep 17 00:00:00 2001 From: mrfry Date: Sun, 30 May 2021 10:59:41 +0200 Subject: [PATCH] smaller modal --- src/components/modal.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%);