fix tracker styles

This commit is contained in:
Victor Batischev
2024-02-08 18:47:05 +03:00
parent 51ae926a2f
commit db7a599a32
5 changed files with 21 additions and 38 deletions

View File

@@ -580,7 +580,7 @@ $maxWidthContainer: 1123;
&__column {
&:first-child {
background: #ffffff;
flex: 0 1 22%;
flex: 0 1 40%;
border-radius: 12px 0 0 12px;
@media (max-width: 1000px) {
flex: 0 1 50%;
@@ -590,7 +590,7 @@ $maxWidthContainer: 1123;
}
}
height: 90px;
flex: 0 1 26%;
flex: 0 1 30%;
display: flex;
justify-content: center;
align-items: center;