Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update constants/styles.py
Browse files- 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:
|
87 |
width: 80%;
|
88 |
|
89 |
position: fixed;
|
90 |
-
top:
|
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 */
|