fix: LED digits fixed 20px width for uniform spacing
Build & Deploy Tippspiel / build (push) Successful in 51s

This commit is contained in:
Ronny
2026-04-12 12:46:05 +02:00
parent d166808a91
commit b9810ca65c
+2 -2
View File
@@ -110,7 +110,7 @@
font-size: 28px; font-size: 28px;
color: #FECC4C; color: #FECC4C;
display: inline-block; display: inline-block;
width: 0.65em; width: 20px;
text-align: center; text-align: center;
text-shadow: text-shadow:
0 0 4px rgba(254, 174, 50, 0.9), 0 0 4px rgba(254, 174, 50, 0.9),
@@ -124,7 +124,7 @@
font-size: 28px; font-size: 28px;
color: #FECC4C; color: #FECC4C;
display: inline-block; display: inline-block;
width: 0.3em; width: 10px;
text-align: center; text-align: center;
text-shadow: text-shadow:
0 0 4px rgba(254, 174, 50, 0.9), 0 0 4px rgba(254, 174, 50, 0.9),