Fix login modal positioning and increase logo size
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user