Skip to content

Commit

Permalink
Merge pull request #430 from Ridhima10/share
Browse files Browse the repository at this point in the history
fixed position of share button in all pages
  • Loading branch information
Manaregr8 authored Aug 9, 2024
2 parents 6f4dea1 + 595ba52 commit 1bedc76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ h3 {
}

.share-button {
position: fixed;
margin-bottom: 1rem;
border: none;
cursor: pointer;
z-index: 2;
Expand Down
1 change: 0 additions & 1 deletion server/views/products.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
}
/* social */
.share-button {
position: absolute;
left: 2rem;
border: none;
cursor: pointer;
Expand Down

0 comments on commit 1bedc76

Please sign in to comment.