Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ st.markdown(f"""
|
|
260 |
color: var(--white);
|
261 |
line-height: 1.6;
|
262 |
overflow-x: hidden;
|
263 |
-
|
264 |
position: relative; /* Needed for absolute positioning of bg-animation */
|
265 |
}}
|
266 |
/* Streamlit's main content wrapper */
|
@@ -434,7 +434,7 @@ st.markdown(f"""
|
|
434 |
|
435 |
/* Hero Section */
|
436 |
.hero {{
|
437 |
-
|
438 |
display: flex;
|
439 |
align-items: center;
|
440 |
position: relative;
|
@@ -567,7 +567,7 @@ 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 |
-
|
571 |
padding: 120px 0 80px; /* Padding for header/footer */
|
572 |
margin-top: -200px;
|
573 |
}}
|
|
|
260 |
color: var(--white);
|
261 |
line-height: 1.6;
|
262 |
overflow-x: hidden;
|
263 |
+
height: 100vh;
|
264 |
position: relative; /* Needed for absolute positioning of bg-animation */
|
265 |
}}
|
266 |
/* Streamlit's main content wrapper */
|
|
|
434 |
|
435 |
/* Hero Section */
|
436 |
.hero {{
|
437 |
+
height: 100vh;
|
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: 100vh;
|
571 |
padding: 120px 0 80px; /* Padding for header/footer */
|
572 |
margin-top: -200px;
|
573 |
}}
|