danielle2003 commited on
Commit
99cb68c
·
verified ·
1 Parent(s): 9d541e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -437,8 +437,8 @@ if st.session_state.framework == "gen":
437
  height:60px;
438
  border-radius:50px;
439
  margin-left:490px;
440
- margin-bottom:10px;
441
- margin-top:5px;
442
  }}
443
  [class*="st-key-step_1"] {{
444
  background:{background};
@@ -569,14 +569,14 @@ if st.session_state.framework == "gen":
569
  }}
570
 
571
  [class*="st-key-form-content"] {{
572
- margin-top:-60px;
573
- height:410px;
574
  border-radius:35px;
575
 
576
  }}
577
  [class*="st-key-form-content1"] {{
578
- margin-top:10px;
579
- height:410px;
580
  border-radius:35px;
581
  margin-bottom:15px;
582
  border-top:none;
@@ -590,16 +590,16 @@ if st.session_state.framework == "gen":
590
  }}
591
 
592
  [class*="st-key-form-content2"] {{
593
- margin-top:10px;
594
- height:410px;
595
  border-radius:35px;
596
  margin-bottom:15px;
597
 
598
  }}
599
 
600
  [class*="st-key-form-content3"] {{
601
- margin-top:10px;
602
- height:410px;
603
  border-radius:35px;
604
  margin-bottom:15px;
605
 
 
437
  height:60px;
438
  border-radius:50px;
439
  margin-left:490px;
440
+ margin-bottom:20px;
441
+ margin-top:15px;
442
  }}
443
  [class*="st-key-step_1"] {{
444
  background:{background};
 
569
  }}
570
 
571
  [class*="st-key-form-content"] {{
572
+ margin-top:-65px;
573
+ height:405px;
574
  border-radius:35px;
575
 
576
  }}
577
  [class*="st-key-form-content1"] {{
578
+ margin-top:5px;
579
+ height:405px;
580
  border-radius:35px;
581
  margin-bottom:15px;
582
  border-top:none;
 
590
  }}
591
 
592
  [class*="st-key-form-content2"] {{
593
+ margin-top:5px;
594
+ height:405px;
595
  border-radius:35px;
596
  margin-bottom:15px;
597
 
598
  }}
599
 
600
  [class*="st-key-form-content3"] {{
601
+ margin-top:5px;
602
+ height:405px;
603
  border-radius:35px;
604
  margin-bottom:15px;
605