first commit

This commit is contained in:
DmitriyB
2023-03-23 17:33:12 +05:00
parent 10fc36c7ee
commit 44ab11085a
63 changed files with 4168 additions and 21 deletions
+54
View File
@@ -0,0 +1,54 @@
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.chart {
font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 140%;
/* or 17px */
-webkit-font-feature-settings: 'tnum' on, 'lnum' on;
font-feature-settings: 'tnum' on, 'lnum' on;
/* Landing/White */
width: 144px;
color: #EBEBEB;
}
@media screen and (max-width: 1279px) {
.chart {
width: 128px;
}
}
@media screen and (max-width: 1023px) {
.chart {
width: 144px;
}
}
@media screen and (max-width: 690px) {
.chart {
width: 40%;
}
}
@media screen and (max-width: 450px) {
.chart {
width: 100%;
}
}