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