diff --git a/Core/Html/index.html b/Core/Html/index.html
index 4573fd7..1acf56c 100644
--- a/Core/Html/index.html
+++ b/Core/Html/index.html
@@ -19,8 +19,7 @@ R"(
background: white;
padding: 20px;
border-radius: 8px;
- box-shadow: 0 2px 4px rgba(0,0,0,0.1);
- width: 100%;
+ box-shadow: 0 2px 4px #555;
max-width: 600px;
margin: 0 auto;
}
@@ -170,11 +169,6 @@ R"(
background-color: #fff;
}
- .status-item.full-width {
- flex-basis: 100%;
- min-width: 100%;
- }
-
.status-item h3 {
margin: 0 0 10px 0;
color: #333;