diff --git a/src/styles/index.scss b/src/styles/index.scss index f5de026af6..85ff08cef8 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -3,29 +3,24 @@ body { } .card { - border: 1px solid #f3f3f3; border-radius: 5px; width: 200px; - text-wrap: nowrap; box-sizing: border-box; - padding: 16px; - color:#060B35; + padding: 32px 16px 16px; &__image { - width: 160px; height: 134px; display: block; - margin: 16px auto 40px; + margin: 0 auto 40px; } &__title { - font-style: Roboto, serif; + font-style: Roboto, sans-serif; font-size: 12px; - font-weight: 700; + font-weight: 500; line-height: 18px; - margin-bottom: 4px; } &__product { @@ -75,16 +70,12 @@ body { &__reviews { display: flex; align-items: center; - gap: 17px; - } - - p { font-size: 10px; font-weight: 400; line-height: 14px; - color: #060b35; - margin-top: 14px; + gap: 22px; } + .stars { display: flex; gap: 4px;