- fixed typos;

This commit is contained in:
Vitalii Kiiko
2024-10-14 10:53:17 +02:00
parent 81cc2a58f6
commit 7751e3a745
5 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
.statsBigBadges__gridItem {
display: flex;
justify-content: space-between;
padding: 28px;
padding: 16px;
border-radius: 6px;
border: 1px solid var(--yellow-500);
background: var(--card-full-background-color-2);
@@ -28,14 +28,14 @@
span {
color: #FFF;
font-size: 21px;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
span:nth-last-of-type(1) {
font-size: 28px;
font-size: 22px;
}
&:nth-of-type(2) {