diff --git a/static/index.html b/static/index.html
index 6bd9a4e..c999bf8 100644
--- a/static/index.html
+++ b/static/index.html
@@ -35,13 +35,13 @@
System Clock
--:--:--.---
-
Date: ---- -- --
+
Date: ---- -- --
+
-
-- ms (-- frames)
diff --git a/static/style.css b/static/style.css
index 513ce3d..cc9e9df 100644
--- a/static/style.css
+++ b/static/style.css
@@ -31,7 +31,7 @@ body {
.grid {
display: grid;
- grid-template-columns: 1fr 1fr;
+ grid-template-columns: 1fr;
gap: 20px;
}
@@ -58,6 +58,13 @@ body {
margin: 10px 0;
}
+.system-date-display {
+ text-align: center;
+ font-size: 1.5em;
+ font-family: 'Quartz', monospace;
+ letter-spacing: 2px;
+}
+
.card ul {
padding-left: 20px;
list-style: none;