chansung commited on
Commit
c8a2420
β€’
1 Parent(s): 7e4123a

Update constants/styles.py

Browse files
Files changed (1) hide show
  1. constants/styles.py +2 -2
constants/styles.py CHANGED
@@ -83,11 +83,11 @@ h3 {
83
  padding: 20px;
84
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
85
  border-radius: 30px;
86
- height: 80%;
87
  width: 80%;
88
 
89
  position: fixed;
90
- top: 50%;
91
  left: 50%;
92
  transform: translate(-50%, -50%);
93
  z-index: 1000; /* Or a high enough value to stay on top */
 
83
  padding: 20px;
84
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
85
  border-radius: 30px;
86
+ height: 700px;
87
  width: 80%;
88
 
89
  position: fixed;
90
+ top: 600px;
91
  left: 50%;
92
  transform: translate(-50%, -50%);
93
  z-index: 1000; /* Or a high enough value to stay on top */