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