style: change size and alignment
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
|
||||
grid-auto-rows: 2.5vh;
|
||||
grid-auto-rows: 5vh;
|
||||
/* grid-template-columns: 0; */
|
||||
grid-template-rows: repeat(auto-fit, max-content);
|
||||
|
||||
@@ -28,13 +28,17 @@
|
||||
|
||||
.finale-text {
|
||||
font-family: 'VCR', sans-serif;
|
||||
font-variant-numeric: tabular-nums;
|
||||
letter-spacing: 0.1em;
|
||||
|
||||
height: 0px;
|
||||
width: 100%;
|
||||
color: rgb(255, 255, 255);
|
||||
font-size: 5vh;
|
||||
font-size: 8vh;
|
||||
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
.scanlines {
|
||||
|
||||
Reference in New Issue
Block a user