diff --git a/app/components/TimeTo.tsx b/app/components/TimeTo.tsx index 32393c0..d91edcf 100644 --- a/app/components/TimeTo.tsx +++ b/app/components/TimeTo.tsx @@ -27,9 +27,9 @@ export default function TimeTo({ {days > 0 && ( <>
-
+
{days}
-
days
+
days
@@ -40,7 +40,7 @@ export default function TimeTo({
{String(hours).padStart(2, "0")} -
hours
+
hours
@@ -51,7 +51,7 @@ export default function TimeTo({
{String(minutes).padStart(2, "0")}
-
mins
+
mins
@@ -62,7 +62,7 @@ export default function TimeTo({
{String(seconds).padStart(2, "0")}
-
secs
+
secs
diff --git a/app/globals.css b/app/globals.css index 186ac69..824e928 100644 --- a/app/globals.css +++ b/app/globals.css @@ -76,11 +76,17 @@ body { } #solxen-stats { - height: 336px; + min-height: 336px; +} + +@media (max-width: 1024px) { + #solxen-stats { + min-height: 296px; + } } @media (max-width: 768px) { #solxen-stats { - height: 232px; + min-height: 232px; } } diff --git a/app/leaderboard/StateStats.tsx b/app/leaderboard/StateStats.tsx index 0ec5f8f..4ac4b90 100644 --- a/app/leaderboard/StateStats.tsx +++ b/app/leaderboard/StateStats.tsx @@ -101,20 +101,20 @@ export default function StateStats({
Zero AMP ETA
-
+
-
+
Next AMP ETA
-
+
-
-
Avg AMP Time
+
+
Average AMP Time
<>