This commit is contained in:
Laurent
2024-11-04 11:43:50 +01:00
parent 4fae13acfa
commit 245c4a911c
3 changed files with 11 additions and 5 deletions

View File

@@ -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;