lijinzheyy commited on
Commit
01e3365
·
verified ·
1 Parent(s): a56a867

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -3
src/streamlit_app.py CHANGED
@@ -158,10 +158,10 @@ h3 { font-size: 1.15rem !important; } h4 { font-size: 1rem !important; }
158
  background: #1e293b; border: 1px solid #334155; border-radius: 8px;
159
  padding: 0.8rem 1rem; font-size: 13px !important; color: #cbd5e1 !important; line-height: 2;
160
  }
161
- .sb-info-card b { color: #f1f5f9 !important; }
162
 
163
- .main-header { padding: 1.4rem 0 0.9rem; border-bottom: 2px solid #e2e8f0; margin-bottom: 1.4rem; }
164
- .main-header h1 { font-size: 2.4rem !important; font-weight: 700; color: #1e293b; margin: 0; }
165
  .main-header p { font-size: 1.05rem !important; color: #64748b; margin: 0.25rem 0 0; }
166
 
167
  .how-grid { display:flex; gap:1rem; margin:1.2rem 0; flex-wrap:wrap; }
 
158
  background: #1e293b; border: 1px solid #334155; border-radius: 8px;
159
  padding: 0.8rem 1rem; font-size: 13px !important; color: #cbd5e1 !important; line-height: 2;
160
  }
161
+ .sb-info-card b { color: #f1f5f9 !important; }[data-testid="stSidebar"] h2 { font-size: 1.6rem !important; color: #f1f5f9 !important; }
162
 
163
+ .main-header { padding: 1.4rem 0 0.9rem; border-bottom: 2px solid #e2e8f0; margin-bottom: 1.4rem; text-align: center; }
164
+ .main-header h1 { font-size: 2.8rem !important; font-weight: 700; color: #1e293b; margin: 0 auto; }
165
  .main-header p { font-size: 1.05rem !important; color: #64748b; margin: 0.25rem 0 0; }
166
 
167
  .how-grid { display:flex; gap:1rem; margin:1.2rem 0; flex-wrap:wrap; }