Nischal Subedi
commited on
Commit
·
3d15a7a
1
Parent(s):
b62d4ec
updated UI_v3
Browse files
app.py
CHANGED
@@ -902,7 +902,7 @@ Answer:"""
|
|
902 |
color: var(--text-secondary-dark) !important;
|
903 |
margin-bottom: 1rem;
|
904 |
max-width: 900px; /* Keep max-width for readability */
|
905 |
-
text-align: left; /* Ensure text aligns left within its container */
|
906 |
transition: color var(--transition-speed);
|
907 |
}
|
908 |
.app-footer a {
|
|
|
902 |
color: var(--text-secondary-dark) !important;
|
903 |
margin-bottom: 1rem;
|
904 |
max-width: 900px; /* Keep max-width for readability */
|
905 |
+
text-align: left !important; /* Ensure text aligns left within its container */
|
906 |
transition: color var(--transition-speed);
|
907 |
}
|
908 |
.app-footer a {
|