diff --git a/frontend/src/components/Auth/Carousel.vue b/frontend/src/components/Auth/Carousel.vue index ce5df27ab..ec65c11bb 100644 --- a/frontend/src/components/Auth/Carousel.vue +++ b/frontend/src/components/Auth/Carousel.vue @@ -3,47 +3,17 @@ - - - - - -

Hello world!

-
- - + + - - - - - - - - - -

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eros felis, tincidunt - a tincidunt eget, convallis vel est. Ut pellentesque ut lacus vel interdum. -

-
+
@@ -76,4 +46,18 @@ export default { height: 100%; border-radius: 0% 50% 70% 0%/50% 70% 70% 50%; } + +@media screen and (max-width: 1398px) { + .carousel-item { + width: 116%; + top: 101px; + } +} +@media screen and (max-width: 1200px) { + .carousel-item { + width: 129%; + top: 118px; + left: -75px; + } +}