Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +4 -4
templates/index.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
}
|
18 |
body {
|
19 |
background-color: black;
|
20 |
-
width:
|
21 |
}
|
22 |
.uri {
|
23 |
color: #fff;
|
@@ -37,7 +37,7 @@
|
|
37 |
font-family: 'Lucida Sans';
|
38 |
font-family: monospace;
|
39 |
height: auto;
|
40 |
-
width:
|
41 |
background-color: #222;
|
42 |
}
|
43 |
.ips-elems {
|
@@ -73,7 +73,7 @@
|
|
73 |
position: fixed;
|
74 |
top: 30vh;
|
75 |
left: 15vw;
|
76 |
-
width:
|
77 |
height: 40vh;
|
78 |
background-color: #555;
|
79 |
color: #fff;
|
@@ -85,7 +85,7 @@
|
|
85 |
.closeBanner {
|
86 |
position: fixed;
|
87 |
top: 30vh;
|
88 |
-
left: calc(
|
89 |
width: 7.5vh;
|
90 |
height: 7.5vh;
|
91 |
background-color: red;
|
|
|
17 |
}
|
18 |
body {
|
19 |
background-color: black;
|
20 |
+
width: 100vw;
|
21 |
}
|
22 |
.uri {
|
23 |
color: #fff;
|
|
|
37 |
font-family: 'Lucida Sans';
|
38 |
font-family: monospace;
|
39 |
height: auto;
|
40 |
+
width: 98vw;
|
41 |
background-color: #222;
|
42 |
}
|
43 |
.ips-elems {
|
|
|
73 |
position: fixed;
|
74 |
top: 30vh;
|
75 |
left: 15vw;
|
76 |
+
width: 70vw;
|
77 |
height: 40vh;
|
78 |
background-color: #555;
|
79 |
color: #fff;
|
|
|
85 |
.closeBanner {
|
86 |
position: fixed;
|
87 |
top: 30vh;
|
88 |
+
left: calc(85vw - 10vh);
|
89 |
width: 7.5vh;
|
90 |
height: 7.5vh;
|
91 |
background-color: red;
|