Update modules/ui/ui.py
Browse files- 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 |
-
|
129 |
-
|
130 |
-
|
|
|
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 */
|