This commit is contained in:
Maciej Caderek
2022-04-10 21:35:52 +02:00
parent 32c362b0d0
commit fc0746923c
25 changed files with 209 additions and 43 deletions

View File

@@ -5,9 +5,10 @@
.info {
background: var(--color-bg-block);
padding: 3rem 2rem;
padding: 2rem;
font-size: 1.4rem;
text-align: left;
position: relative;
}
.info__players {
@@ -65,3 +66,10 @@
color: var(--color-text);
padding: 0 1rem;
}
.info__analyze {
position: absolute;
bottom: 2rem;
width: 100%;
padding-right: 4rem;
}