AIdeaText commited on
Commit
cd3b95b
·
verified ·
1 Parent(s): 7739408

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. 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: 120px; /* Ajusta este valor según necesites */
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
  }