diff --git a/bar-status/index.html b/bar-status/index.html
index 0ce9f63..243a34d 100644
--- a/bar-status/index.html
+++ b/bar-status/index.html
@@ -37,8 +37,18 @@
}
cbase-currentstate {
display: block;
- width: 240px;
- height: 160px;
+ width: 20vw;
+ height: 20vh;
+ }
+ cbase-time {
+ font-family: 'ceva', sans-serif;
+ margin-top: 10vh;
+ display: block;
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+ font-size: 8vh;
+ color: #fff;
}
@@ -78,6 +88,7 @@
+