Merge remote-tracking branch 'github/master' into nm_live

nm_live
noah metz 2024-02-03 10:32:37 -07:00
commit 8d9e9fcbc3
1 changed files with 9 additions and 2 deletions

@ -411,7 +411,7 @@ onMount(() => {
<style>
@font-face {
font-family: "apple2";
src: url('/static/fonts/apple2.woff2') format('woff2');
src: url('/fonts/apple2.woff2') format('woff2');
}
:global(html){
@ -573,7 +573,7 @@ p {
}
.teams {
width: 100%;
width: 125%;
height: 100%;
font-size: 2cqw;
display: flex;
@ -584,11 +584,13 @@ p {
#teams-red {
flex-direction: row;
grid-area: red-bot;
margin-left: 50px;
}
#teams-blue {
flex-direction: row-reverse;
grid-area: blue-bot;
margin-right: 50px;
}
#score-red {
@ -620,11 +622,16 @@ p {
#blue-name {
grid-area: blue-top;
font-size: 1.5cqw;
margin-right: 15px;
margin-top: 10px;
text-align: right;
}
#red-name {
grid-area: red-top;
font-size: 1.5cqw;
margin-left: 15px;
margin-top: 10px;
}
#timer {