Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -434,7 +434,7 @@ st.markdown(f"""
|
|
434 |
|
435 |
/* Hero Section */
|
436 |
.hero {{
|
437 |
-
height:
|
438 |
display: flex;
|
439 |
align-items: center;
|
440 |
position: relative;
|
@@ -567,14 +567,14 @@ st.markdown(f"""
|
|
567 |
/* Streamlit will show/hide these based on st.session_state */
|
568 |
.page {{
|
569 |
display: none; /* Controlled by Streamlit's Python logic */
|
570 |
-
height:
|
571 |
padding: 120px 0 80px; /* Padding for header/footer */
|
572 |
-
margin-top: -
|
573 |
}}
|
574 |
|
575 |
.page.active {{
|
576 |
display: block; /* Shown by Streamlit */
|
577 |
-
margin-top: -
|
578 |
}}
|
579 |
|
580 |
.page-header {{
|
|
|
434 |
|
435 |
/* Hero Section */
|
436 |
.hero {{
|
437 |
+
height: 900px;
|
438 |
display: flex;
|
439 |
align-items: center;
|
440 |
position: relative;
|
|
|
567 |
/* Streamlit will show/hide these based on st.session_state */
|
568 |
.page {{
|
569 |
display: none; /* Controlled by Streamlit's Python logic */
|
570 |
+
height: 900px;
|
571 |
padding: 120px 0 80px; /* Padding for header/footer */
|
572 |
+
margin-top: -250px;
|
573 |
}}
|
574 |
|
575 |
.page.active {{
|
576 |
display: block; /* Shown by Streamlit */
|
577 |
+
margin-top: -100px !important;
|
578 |
}}
|
579 |
|
580 |
.page-header {{
|