Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishk-2 authored Jun 16, 2024
2 parents a091450 + 644aa64 commit 22cadeb
Show file tree
Hide file tree
Showing 55 changed files with 3,540 additions and 4,580 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 22cadeb

Please sign in to comment.