fix: live game adjustments

This commit is contained in:
2024-02-21 23:42:41 -05:00
parent 07ff5ac055
commit 4da3c2dfdd

View File

@@ -168,12 +168,12 @@ h1 {
background-color: #0b6e31; background-color: #0b6e31;
padding: 1.5%; padding: 1.5%;
border-radius: 5px; border-radius: 5px;
font-size: 80%; font-size: 0.72rem;
color: #fff; color: #fff;
font-weight: bolder; font-weight: bolder;
z-index: 1; z-index: 1;
width: 7.2%; width: 7%;
height: 7.5%; height: 7%;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
@@ -182,23 +182,23 @@ h1 {
.live-time { .live-time {
position: absolute; position: absolute;
top: 4%; top: 4%;
left: 16%; left: 15%;
background-color: #444; background-color: #444;
padding: 1.5%; padding: 1.5%;
border-radius: 5px; border-radius: 5px;
font-size: 80%; font-size: 0.75rem;
color: #ddd; color: #ddd;
z-index: 1; z-index: 1;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
width: 10%; width: 10%;
height: 7.5%; height: 7%;
} }
.live-state-intermission { .live-state-intermission {
position: absolute; position: absolute;
top: 5%; top: 4%;
left: 4%; left: 4%;
background-color: #444; background-color: #444;
padding: 1.5%; padding: 1.5%;
@@ -207,8 +207,8 @@ h1 {
color: #fff; color: #fff;
font-weight: bolder; font-weight: bolder;
z-index: 1; z-index: 1;
width: 13%; width: 11%;
height: 7.5%; height: 8.5%;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
@@ -216,16 +216,16 @@ h1 {
.live-time-intermission { .live-time-intermission {
position: absolute; position: absolute;
top: 5%; top: 4%;
left: 21.5%; left: 19%;
background-color: #444; background-color: #444;
padding: 1.5%; padding: 1.5%;
border-radius: 5px; border-radius: 5px;
font-size: 80%; font-size: 0.75rem;
color: #ddd; color: #ddd;
z-index: 1; z-index: 1;
width: 12.5%; width: 10%;
height: 7.5%; height: 8.5%;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;