Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
olhakostovetska committed Dec 29, 2024
1 parent 6c624b7 commit a4f95b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: grid;
justify-content: center;
grid-template-columns: 1fr;
gap: 48px 46px;
gap: 46px 48px;
padding: 50px 40px;

@media (max-width: 487px) {
Expand Down Expand Up @@ -79,6 +79,7 @@

&__price {
display: flex;
height: 18px;
justify-content: space-between;
margin-top: 24px;

Expand Down

0 comments on commit a4f95b7

Please sign in to comment.