Fix ga
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
|
||||
.container
|
||||
{
|
||||
line-height: 250px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
@@ -111,8 +110,6 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.player
|
||||
{
|
||||
gap: 2vh;
|
||||
@@ -150,6 +147,15 @@
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.result
|
||||
{
|
||||
border-radius: 7px;
|
||||
background: rgb(252, 220, 171, 0.6);
|
||||
width: 85%;
|
||||
height: fit-content;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.circular-loader
|
||||
{
|
||||
stroke-dasharray: 100, 125;
|
||||
|
||||
Reference in New Issue
Block a user