Skip to content

Commit

Permalink
Merge branch 'main' into loader
Browse files Browse the repository at this point in the history
  • Loading branch information
samarsajad authored Jun 15, 2024
2 parents 3776bb0 + 644aa64 commit a21a213
Show file tree
Hide file tree
Showing 50 changed files with 3,401 additions and 4,657 deletions.
8 changes: 3 additions & 5 deletions Css-files/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
box-sizing: border-box;
font-family: "Bree Serif", serif;
}
.navigbar {
top: 40px;
}

.mainhead {
text-align: center;
padding-top: 50px;
Expand Down Expand Up @@ -63,8 +61,8 @@
border: 1px solid gray;
}

.quantity-wrapper *,
.btn {
.quantity-wrapper *
{
display: inline-block;
width: 30px;
height: 30px;
Expand Down
Loading

0 comments on commit a21a213

Please sign in to comment.