diff --git a/static/index.html b/static/index.html index 0852b66..6bd9a4e 100644 --- a/static/index.html +++ b/static/index.html @@ -24,9 +24,11 @@

LTC Status

--:--:--:--

-

-

-

+
+ + + +
@@ -34,15 +36,12 @@

System Clock

--:--:--.---

Date: ---- -- --

-

-

- - - -
-

Clock Offset

+
+ + + +

-- ms (-- frames)

-

diff --git a/static/style.css b/static/style.css index 890f24f..513ce3d 100644 --- a/static/style.css +++ b/static/style.css @@ -31,7 +31,7 @@ body { .grid { display: grid; - grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + grid-template-columns: 1fr 1fr; gap: 20px; } @@ -100,6 +100,14 @@ button:hover { color: #555; } +.icon-group { + display: flex; + justify-content: center; + align-items: center; + gap: 20px; + margin: 10px 0; +} + #delta-status { display: inline-flex; align-items: center;