Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislockwoodfl committed Dec 30, 2024
1 parent f35380c commit 2a78477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Product cards</title>
<title>Product cards</title>
<link
rel="stylesheet"
href="./styles/index.scss"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/card.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.card {
width: 198px;
border: 1px solid #f3f3f3;
border-radius: 5px;
border-radius: 5px;
margin: auto; /* center card horizontally and vertically */
}

0 comments on commit 2a78477

Please sign in to comment.