-
+
diff --git a/src/styles/card.scss b/src/styles/card.scss
index 94f3da70d9..fc30cbba42 100644
--- a/src/styles/card.scss
+++ b/src/styles/card.scss
@@ -12,22 +12,23 @@ html{
column-gap: 46px;
grid-template-rows: repeat(8, 408px);
grid-template-columns: repeat(1, 200px);
+
@media (min-width: 488px) {
grid-template-rows: repeat(4, 408px);
grid-template-columns: repeat(2, 200px);
}
+
@media (min-width: 768px) {
grid-template-rows: repeat(3, 408px);
grid-template-columns: repeat(3, 200px);
}
+
@media (min-width: 1024px) {
grid-template-rows: repeat(2, 408px);
grid-template-columns: repeat(4, 200px);
}
}
-
-
.product-card {
background-color: $main-page-color;
box-sizing: border-box;
@@ -99,13 +100,13 @@ html{
justify-content: space-between;
padding-top: 24px;
}
+
.content__price {
color: $secondary-text-color;
font-size: 12px;
line-height: 18px;
}
-
.price__value {
color: $text-color;
font-weight: 700;
diff --git a/src/styles/header.scss b/src/styles/header.scss
index 52dc41cca3..38bf66c6e7 100644
--- a/src/styles/header.scss
+++ b/src/styles/header.scss
@@ -27,7 +27,7 @@
}
}
-.list--item-5 {
+.list--number-5 {
color: $active-navigation;
}
diff --git a/src/styles/screen.scss b/src/styles/screen.scss
deleted file mode 100644
index e69de29bb2..0000000000