style: change size and alignment

This commit is contained in:
2026-06-02 04:13:54 -03:00
parent 930139d1df
commit 0fca4db440
@@ -19,7 +19,7 @@
justify-content: center; justify-content: center;
overflow: hidden; overflow: hidden;
grid-auto-rows: 2.5vh; grid-auto-rows: 5vh;
/* grid-template-columns: 0; */ /* grid-template-columns: 0; */
grid-template-rows: repeat(auto-fit, max-content); grid-template-rows: repeat(auto-fit, max-content);
@@ -28,13 +28,17 @@
.finale-text { .finale-text {
font-family: 'VCR', sans-serif; font-family: 'VCR', sans-serif;
font-variant-numeric: tabular-nums;
letter-spacing: 0.1em;
height: 0px; height: 0px;
width: 100%; width: 100%;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
font-size: 5vh; font-size: 8vh;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
} }
.scanlines { .scanlines {