Skip to content

Commit

Permalink
fix arrow button posistioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Meza committed Sep 22, 2023
1 parent 1506526 commit ef541b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Components/Detail/Details.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
padding: 20px;
display: flex;
justify-content: center;
position: relative;
}

.single-det-wrapper h2,
Expand Down Expand Up @@ -106,4 +107,16 @@
.single-det-img {
max-width: 90vw;
}

.details-prev {
bottom: 0;
left: 30%;
transform: translateY(300%);
}

.details-next {
bottom: 0;
right: 30%;
transform: translateY(300%);
}
}

0 comments on commit ef541b2

Please sign in to comment.