Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -130,7 +130,7 @@ def login_register_page(lang_code, t):
|
|
130 |
margin-bottom: 1rem;
|
131 |
}
|
132 |
.logo-container img {
|
133 |
-
height:
|
134 |
width: auto;
|
135 |
object-fit: contain;
|
136 |
}
|
|
|
130 |
margin-bottom: 1rem;
|
131 |
}
|
132 |
.logo-container img {
|
133 |
+
height: auto; /* Ajusta este valor según necesites */
|
134 |
width: auto;
|
135 |
object-fit: contain;
|
136 |
}
|