From 1db9c5394d064881e294952202d72a549d9386ed Mon Sep 17 00:00:00 2001 From: xangelo Date: Fri, 28 Jul 2023 15:38:04 -0400 Subject: [PATCH] fix: spacing of time on mobile --- public/assets/css/game.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/assets/css/game.css b/public/assets/css/game.css index de43ba4..7196a17 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -372,6 +372,9 @@ h3 { overflow: auto; } @media(max-width: 650px) { + #time-of-day { + padding: 0 1rem; + } #inventory-page { flex-direction: column; } -- 2.25.1