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