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

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +3 -3
modules/ui/ui.py CHANGED
@@ -130,8 +130,8 @@ def login_register_page(lang_code, t):
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
  }
137
  .main-content {
@@ -139,7 +139,7 @@ def login_register_page(lang_code, t):
139
  }
140
  </style>
141
  <div class="logo-container">
142
- <img src="./assets/img/logo_92x92.png" alt="AIdeaText Logo">
143
  </div>
144
  """, unsafe_allow_html=True)
145
 
 
130
  margin-bottom: 1rem;
131
  }
132
  .logo-container img {
133
+ height: 120px; /* Ajusta este valor según necesites */
134
+ width: 120px;
135
  object-fit: contain;
136
  }
137
  .main-content {
 
139
  }
140
  </style>
141
  <div class="logo-container">
142
+ <img src="./assets/img/logo_92x92.jpg" alt="AIdeaText Logo">
143
  </div>
144
  """, unsafe_allow_html=True)
145