fixes for fucking updates

This commit is contained in:
itten
2026-08-02 18:39:44 +03:00
parent a7c9da6ecb
commit d111be1ad8
4 changed files with 277 additions and 41 deletions
+8 -8
View File
@@ -47,12 +47,12 @@
}
.table-title {
font-size: 48px;
font-size: 40px;
font-weight: 700;
text-transform: uppercase;
color: var(--white);
text-align: center;
margin-bottom: 28px;
margin-bottom: 20px;
letter-spacing: 3px;
}
@@ -81,7 +81,7 @@
display: grid;
grid-template-columns: 80px auto 80px 160px 160px 160px;
align-items: center;
height: 72px;
height: 50px;
transition: background 0.2s;
}
@@ -90,14 +90,14 @@
}
.col-rank {
font-size: 32px;
font-size: 26px;
font-weight: 700;
color: var(--neutral);
text-align: center;
}
.col-team {
font-size: 32px;
font-size: 26px;
font-weight: 500;
color: var(--white);
padding-left: 24px;
@@ -107,7 +107,7 @@
}
.col-val {
font-size: 28px;
font-size: 24px;
font-weight: 500;
color: var(--white);
text-align: right;
@@ -116,7 +116,7 @@
}
.col-diff {
font-size: 28px;
font-size: 24px;
font-weight: 700;
text-align: right;
padding-right: 24px;
@@ -131,7 +131,7 @@
<body>
<div class="frame">
<div class="table-wrapper">
<div class="table-title">Топ-10 команд по доходам</div>
<div class="table-title">Топ-15 команд по доходам</div>
<div class="table-header">
<div class="header-cell"></div>
<div class="header-cell left">Команда</div>