Skip to content

Commit

Permalink
Merge pull request #1060 from AmbitiousCoder-07/main
Browse files Browse the repository at this point in the history
Addition of Bootstrap for improving responsiveness of the website
  • Loading branch information
sunny0625 authored Jun 15, 2024
2 parents cea9317 + 62068e6 commit d9a234f
Show file tree
Hide file tree
Showing 43 changed files with 3,362 additions and 4,722 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 d9a234f

Please sign in to comment.