fixes for fucking updates
This commit is contained in:
+8
-8
@@ -47,12 +47,12 @@
|
||||
}
|
||||
|
||||
.table-title {
|
||||
font-size: 40px;
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
color: var(--white);
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 14px;
|
||||
letter-spacing: 3px;
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: 70px auto 80px 150px 150px 150px;
|
||||
align-items: center;
|
||||
height: 40px;
|
||||
height: 32px;
|
||||
transition: background 0.2s;
|
||||
}
|
||||
|
||||
@@ -90,14 +90,14 @@
|
||||
}
|
||||
|
||||
.col-rank {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
color: var(--neutral);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.col-team {
|
||||
font-size: 26px;
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
color: var(--white);
|
||||
padding-left: 24px;
|
||||
@@ -107,7 +107,7 @@
|
||||
}
|
||||
|
||||
.col-val {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
color: var(--white);
|
||||
text-align: right;
|
||||
@@ -116,7 +116,7 @@
|
||||
}
|
||||
|
||||
.col-diff {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
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">Топ-20 команд по затратам</div>
|
||||
<div class="table-title">Топ-25 команд по затратам</div>
|
||||
<div class="table-header">
|
||||
<div class="header-cell">№</div>
|
||||
<div class="header-cell left">Команда</div>
|
||||
|
||||
Reference in New Issue
Block a user