commit 211170d0b74e71c11ecd827985e64e784702a57a
parent 4e77111250bafac8ff167805a2bffe7161ed678a
Author: Hunter
Date:   Fri, 12 Dec 2025 19:10:54 -0500

add spacing below controls

Diffstat:
Mresources/styles.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/styles.css b/resources/styles.css @@ -63,7 +63,7 @@ body { justify-content: center; background: transparent; position: absolute; - bottom: 0; + bottom: .25rem; left: 0; right: 0; box-sizing: border-box;