From 4e92659b868e1868dfccb47919f37afe2f924c21 Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Mon, 26 Jan 2026 18:55:42 -0500 Subject: [PATCH] Wrap clocks if they're too wide --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f3bde6f..6969ab5 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,7 @@ display: flex; gap: 5px; margin: 10px; + flex-wrap: wrap; } canvas {