Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
| 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; }
|