fix: LED digits fixed 20px width for uniform spacing
Build & Deploy Tippspiel / build (push) Successful in 51s
Build & Deploy Tippspiel / build (push) Successful in 51s
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
font-size: 28px;
|
||||
color: #FECC4C;
|
||||
display: inline-block;
|
||||
width: 0.65em;
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
text-shadow:
|
||||
0 0 4px rgba(254, 174, 50, 0.9),
|
||||
@@ -124,7 +124,7 @@
|
||||
font-size: 28px;
|
||||
color: #FECC4C;
|
||||
display: inline-block;
|
||||
width: 0.3em;
|
||||
width: 10px;
|
||||
text-align: center;
|
||||
text-shadow:
|
||||
0 0 4px rgba(254, 174, 50, 0.9),
|
||||
|
||||
Reference in New Issue
Block a user