From bebe7454dcc133df177873a517beb887394dbee8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 12 Mar 2025 06:27:21 -0400 Subject: [PATCH] small adjustment --- styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles.css b/styles.css index 42994c8..41a3255 100644 --- a/styles.css +++ b/styles.css @@ -367,6 +367,13 @@ body.dark-mode .card { height: auto; /* Let the modal height adjust based on content */ max-height: 90vh; /* But limit to 90% of the viewport height */ } + +@media (max-width: 600px) { + .modal .modal-content { + transform: translate(-50%, -70%); + } +} + body.dark-mode .modal .modal-content { background-color: #2c2c2c; color: #e0e0e0;