Update monitor.html
Browse files- monitor.html +4 -2
monitor.html
CHANGED
@@ -21,11 +21,13 @@
|
|
21 |
}
|
22 |
h2 {
|
23 |
color: #4CAF50;
|
24 |
-
|
|
|
|
|
25 |
}
|
26 |
ul {
|
27 |
list-style-type: none;
|
28 |
-
padding-left:
|
29 |
margin: 0 auto;
|
30 |
max-width: 600px;
|
31 |
text-align: left;
|
|
|
21 |
}
|
22 |
h2 {
|
23 |
color: #4CAF50;
|
24 |
+
text-align: left;
|
25 |
+
margin-top: 20px;
|
26 |
+
padding-left: 20px;
|
27 |
}
|
28 |
ul {
|
29 |
list-style-type: none;
|
30 |
+
padding-left: 20px;
|
31 |
margin: 0 auto;
|
32 |
max-width: 600px;
|
33 |
text-align: left;
|