From: xangelo Date: Fri, 28 Jul 2023 19:38:04 +0000 (-0400) Subject: fix: spacing of time on mobile X-Git-Tag: v0.2.3~1 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=1db9c5394d064881e294952202d72a549d9386ed;p=risinglegends.git fix: spacing of time on mobile --- 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; }