Update CSS for team/event/sponsor names

nm_live
Liam Conway 2024-02-03 10:30:13 -07:00
parent 978a3b1570
commit cff83084b6
No known key found for this signature in database
1 changed files with 9 additions and 2 deletions

@ -378,7 +378,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){
@ -540,7 +540,7 @@ p {
} }
.teams { .teams {
width: 100%; width: 125%;
height: 100%; height: 100%;
font-size: 2cqw; font-size: 2cqw;
display: flex; display: flex;
@ -551,11 +551,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 {
@ -587,11 +589,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 {