fix: LED digits fixed 20px width for uniform spacing
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user