DmitrMakeev commited on
Commit
d3ee902
·
verified ·
1 Parent(s): 096f5c6

Update monitor.html

Browse files
Files changed (1) hide show
  1. monitor.html +8 -1
monitor.html CHANGED
@@ -38,7 +38,14 @@
38
  padding-left: 20px;
39
  text-align: left;
40
  }
41
-
 
 
 
 
 
 
 
42
  </style>
43
  </head>
44
  <body>
 
38
  padding-left: 20px;
39
  text-align: left;
40
  }
41
+ .container {
42
+ max-width: 100%;
43
+ margin: 0 auto;
44
+ padding: 20px;
45
+ background-color: #ffffff;
46
+ border-radius: 5px;
47
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
48
+ }
49
  </style>
50
  </head>
51
  <body>