Spaces:
Running
Running
cutechicken
commited on
Commit
•
f73dfe6
1
Parent(s):
95c5d61
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -69,7 +69,7 @@
|
|
69 |
|
70 |
#crosshair {
|
71 |
position: fixed;
|
72 |
-
top:
|
73 |
left: 50%;
|
74 |
transform: translate(-50%, -50%);
|
75 |
width: 40px;
|
@@ -89,7 +89,7 @@
|
|
89 |
}
|
90 |
|
91 |
#crosshair::before {
|
92 |
-
top:
|
93 |
left: -10px;
|
94 |
right: -10px;
|
95 |
height: 2px;
|
|
|
69 |
|
70 |
#crosshair {
|
71 |
position: fixed;
|
72 |
+
top: 10%;
|
73 |
left: 50%;
|
74 |
transform: translate(-50%, -50%);
|
75 |
width: 40px;
|
|
|
89 |
}
|
90 |
|
91 |
#crosshair::before {
|
92 |
+
top: 50%;
|
93 |
left: -10px;
|
94 |
right: -10px;
|
95 |
height: 2px;
|