Skip to content

Commit

Permalink
gave nav-buttons-container absolute posistioning
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsCorey committed Sep 3, 2024
1 parent ce03fb6 commit 029eadd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Carousel/Carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto auto 10px auto;
margin: auto auto auto auto;
width: fit-content;
height: fit-content;

Expand Down Expand Up @@ -112,6 +112,6 @@ body {
}

.nav-buttons-container{
margin-top: auto;
margin-bottom: 2vh;
position: absolute;
bottom: 1vh;
}

0 comments on commit 029eadd

Please sign in to comment.