From 029eaddc49da3d2e7bff8cda55c42220c8be2c23 Mon Sep 17 00:00:00 2001 From: Corey Phillips Date: Tue, 3 Sep 2024 15:40:14 -0400 Subject: [PATCH] gave nav-buttons-container absolute posistioning --- src/Carousel/Carousel.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Carousel/Carousel.css b/src/Carousel/Carousel.css index 6c47e556..dbcbe9ac 100644 --- a/src/Carousel/Carousel.css +++ b/src/Carousel/Carousel.css @@ -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; @@ -112,6 +112,6 @@ body { } .nav-buttons-container{ - margin-top: auto; - margin-bottom: 2vh; + position: absolute; + bottom: 1vh; } \ No newline at end of file