Spaces:
Running
Running
Commit
·
841d16a
1
Parent(s):
8868387
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -117,7 +117,7 @@
|
|
117 |
try {
|
118 |
mx_auto = document.querySelector('.mx-auto');
|
119 |
if (mx_auto) {
|
120 |
-
mx_auto.setAttribute('style', 'max-width:100%; margin-top
|
121 |
mx_auto.children[0].children[0].children[2].children[0].style.display = "none";
|
122 |
}
|
123 |
prompt_work = document.querySelector('.gr-text-input');
|
|
|
117 |
try {
|
118 |
mx_auto = document.querySelector('.mx-auto');
|
119 |
if (mx_auto) {
|
120 |
+
mx_auto.setAttribute('style', 'max-width:100%; margin-top:-50px;')
|
121 |
mx_auto.children[0].children[0].children[2].children[0].style.display = "none";
|
122 |
}
|
123 |
prompt_work = document.querySelector('.gr-text-input');
|