Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -1099,8 +1099,8 @@ window.addEventListener('load', async () => {
|
|
1099 |
position: fixed;
|
1100 |
top: 50%;
|
1101 |
left: 50%;
|
1102 |
-
width:
|
1103 |
-
height:
|
1104 |
background: rgba(0,0,0,0.5);
|
1105 |
color: #fff;
|
1106 |
border-radius: 10px;
|
|
|
1099 |
position: fixed;
|
1100 |
top: 50%;
|
1101 |
left: 50%;
|
1102 |
+
width: 200px;
|
1103 |
+
height: 265px;
|
1104 |
background: rgba(0,0,0,0.5);
|
1105 |
color: #fff;
|
1106 |
border-radius: 10px;
|