From 52e6170705b17712a5713b34dfed80de8c898d10 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Tue, 6 Aug 2024 17:20:51 -0700 Subject: Change caoursel width --- client/src/components/Carousel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src') diff --git a/client/src/components/Carousel.css b/client/src/components/Carousel.css index 43f0bcf..b9af519 100644 --- a/client/src/components/Carousel.css +++ b/client/src/components/Carousel.css @@ -12,7 +12,7 @@ height: 100%; width: 100%; @media(max-width: 768px) { - width: 90%; + width: 80%; display: flex; align-items: center; } -- cgit v1.2.3