Olivier-Truong commited on
Commit
aae11d2
·
verified ·
1 Parent(s): 2417ce4

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -4
templates/index.html CHANGED
@@ -17,7 +17,7 @@
17
  }
18
  body {
19
  background-color: black;
20
- width: 70vw;
21
  }
22
  .uri {
23
  color: #fff;
@@ -37,7 +37,7 @@
37
  font-family: 'Lucida Sans';
38
  font-family: monospace;
39
  height: auto;
40
- width: 68vw;
41
  background-color: #222;
42
  }
43
  .ips-elems {
@@ -73,7 +73,7 @@
73
  position: fixed;
74
  top: 30vh;
75
  left: 15vw;
76
- width: 50vw;
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(55vw - 10vh);
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;