Skip to content

Commit

Permalink
commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Humenyuk1991 committed Dec 22, 2024
1 parent deba70b commit 74a58e1
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 74a58e1

Please sign in to comment.