summaryrefslogtreecommitdiff
path: root/client/src/components
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-08-06 17:20:51 -0700
committerMichael Hunteman <michael@huntm.net>2024-08-06 17:20:51 -0700
commit52e6170705b17712a5713b34dfed80de8c898d10 (patch)
tree9f7d4e3a5e5f6ff397516f847ce823021c113879 /client/src/components
parentb7d6f8a28652f4082549ca06a945e9d3e7a249a3 (diff)
Change caoursel width
Diffstat (limited to 'client/src/components')
-rw-r--r--client/src/components/Carousel.css2
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;
}