diff --git a/assets/css/main.css b/assets/css/main.css index 0aaa328..393ea8c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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; } diff --git a/components/LoginModal.vue b/components/LoginModal.vue index b247c1d..7b5b5d0 100644 --- a/components/LoginModal.vue +++ b/components/LoginModal.vue @@ -1,56 +1,58 @@