diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..d6c36ca
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
index a55e7a1..79ee123 100644
--- a/.idea/codeStyles/codeStyleConfig.xml
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/src/style/Carousel.css b/src/style/Carousel.css
index b81d434..48a4a6a 100644
--- a/src/style/Carousel.css
+++ b/src/style/Carousel.css
@@ -21,9 +21,10 @@
gap: var(--space-xs);
align-items: center;
justify-content: center;
+ max-inline-size: 100vi;
+ padding: 0 var(--space-s);
margin: auto;
text-align: center;
- padding: 0 var(--space-s);
}
/* stylelint-disable-next-line a11y/media-prefers-reduced-motion */
@@ -50,6 +51,12 @@
translate: 0 var(--Carousel-controls-translateY);
}
+ @media (width <= 1000px) {
+ .Carousel-controls {
+ color: transparent;
+ }
+ }
+
.Carousel-controls--left {
order: -100;
text-align: start;