Fix login modal positioning and increase logo size

This commit is contained in:
Ryderjj89
2025-10-01 17:34:25 -04:00
parent 89c75564cf
commit 7b834f4903
2 changed files with 54 additions and 52 deletions

View File

@@ -17,9 +17,9 @@ html, body {
/* Logo sizing - CRITICAL FIX */
img[alt*="New Life Christian Church"] {
height: 2rem !important;
height: 3rem !important;
width: auto !important;
max-height: 2rem !important;
max-height: 3rem !important;
object-fit: contain;
}
@@ -405,9 +405,9 @@ div[class*="modal-content"], [class*="modal-content"] {
/* Force logo to be small */
img[src*="logo"], .logo-image {
height: 2rem !important;
height: 3rem !important;
width: auto !important;
max-height: 2rem !important;
max-height: 3rem !important;
object-fit: contain !important;
}