danielle2003 commited on
Commit
9feb68c
·
verified ·
1 Parent(s): c1b9631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -260,7 +260,7 @@ st.markdown(f"""
260
  color: var(--white);
261
  line-height: 1.6;
262
  overflow-x: hidden;
263
- min-height: 100vh;
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
- min-height: 100vh;
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
- min-height: 100vh;
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
  }}