diff options
-rw-r--r-- | client/src/components/Carousel.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |