AIdeaText commited on
Commit
42454a3
1 Parent(s): 2e4fc0c

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +4 -3
modules/ui/ui.py CHANGED
@@ -125,9 +125,10 @@ def login_register_page(lang_code, t):
125
  st.markdown("""
126
  <style>
127
  .logo-container {
128
- text-align: center;
129
- padding: 2rem 0;
130
- margin-bottom: 1rem;
 
131
  }
132
  .logo-container img {
133
  height: 120px; /* Ajusta este valor según necesites */
 
125
  st.markdown("""
126
  <style>
127
  .logo-container {
128
+ height: 3rem; # Puedes ajustar este valor según necesites
129
+ max-width: 100%;
130
+ object-fit: contain;
131
+ margin: 0.5rem 0;
132
  }
133
  .logo-container img {
134
  height: 120px; /* Ajusta este valor según necesites */