UCS2014 commited on
Commit
4b8bb72
·
verified ·
1 Parent(s): c51e4c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ st.set_page_config(page_title="ST_GeoMech_UCS", page_icon="logo.png", layout="wi
39
  # General CSS (logo helpers etc.)
40
  st.markdown("""
41
  <style>
42
- .brand-logo { width: 16px; height: auto; object-fit: contain; }
43
  .sidebar-header { display:flex; align-items:center; gap:12px; }
44
  .sidebar-header .text h1 { font-size: 1.05rem; margin:0; line-height:1.1; }
45
  .sidebar-header .text .tag { font-size: .85rem; color:#6b7280; margin:2px 0 0; }
 
39
  # General CSS (logo helpers etc.)
40
  st.markdown("""
41
  <style>
42
+ .brand-logo { width: 50px; height: auto; object-fit: contain; }
43
  .sidebar-header { display:flex; align-items:center; gap:12px; }
44
  .sidebar-header .text h1 { font-size: 1.05rem; margin:0; line-height:1.1; }
45
  .sidebar-header .text .tag { font-size: .85rem; color:#6b7280; margin:2px 0 0; }