Fix Version Letter Spacing

This commit is contained in:
SDCore 2026-07-15 00:06:10 -05:00
parent 32ede8fce6
commit 93d352f918

View file

@ -31,6 +31,7 @@
.version { .version {
font-size: 10pt; font-size: 10pt;
font-weight: light; font-weight: light;
letter-spacing: 0px;
color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6);
} }
} }