fix: styles.css adjust live games

This commit is contained in:
2024-02-20 22:09:45 -05:00
parent a329c2e8b2
commit 31b4846287

View File

@@ -3,8 +3,6 @@ body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
color: #fff; color: #fff;
margin: 0; margin: 0;
width: 100vw;
height: 100vh;
} }
h1 { h1 {
@@ -183,7 +181,7 @@ h1 {
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
width: 12.5%; width: 10%;
height: 7.5%; height: 7.5%;
} }
@@ -198,7 +196,7 @@ h1 {
color: #fff; color: #fff;
font-weight: bolder; font-weight: bolder;
z-index: 1; z-index: 1;
width: 15.5%; width: 13%;
height: 7.5%; height: 7.5%;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
@@ -208,7 +206,7 @@ h1 {
.live-time-intermission { .live-time-intermission {
position: absolute; position: absolute;
top: 5%; top: 5%;
left: 24%; left: 21.5%;
background-color: #444; background-color: #444;
padding: 1.5%; padding: 1.5%;
border-radius: 5px; border-radius: 5px;
@@ -317,7 +315,7 @@ h1 {
padding: 1.5%; padding: 1.5%;
border-radius: 5px; border-radius: 5px;
font-size: 80%; font-size: 80%;
width: 15.5%; width: 11%;
height: 7.5%; height: 7.5%;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;
@@ -326,11 +324,11 @@ h1 {
.live-time-intermission { .live-time-intermission {
top: 5%; top: 5%;
left: 24%; left: 18.5%;
padding: 1.5%; padding: 1.5%;
border-radius: 5px; border-radius: 5px;
font-size: 80%; font-size: 80%;
width: 12.5%; width: 8%;
height: 7.5%; height: 7.5%;
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-evenly;