Skip to content

Commit

Permalink
fixed position of share button in all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridhima10 committed Aug 9, 2024
1 parent 6f4dea1 commit 595ba52
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 595ba52

Please sign in to comment.