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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -434,7 +434,7 @@ st.markdown(f"""
434
 
435
  /* Hero Section */
436
  .hero {{
437
- height: 100vh;
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: 100vh;
571
  padding: 120px 0 80px; /* Padding for header/footer */
572
- margin-top: -200px;
573
  }}
574
 
575
  .page.active {{
576
  display: block; /* Shown by Streamlit */
577
- margin-top: -80px !important;
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 {{