diff --git a/frontend/src/components/Auth/Carousel.vue b/frontend/src/components/Auth/Carousel.vue
index ec65c11bb..8ab41ebaf 100644
--- a/frontend/src/components/Auth/Carousel.vue
+++ b/frontend/src/components/Auth/Carousel.vue
@@ -6,7 +6,6 @@
:interval="30000"
controls
indicators
- background="#ababab"
@sliding-start="onSlideStart"
@sliding-end="onSlideEnd"
>
@@ -40,11 +39,11 @@ export default {
.carousel {
position: relative;
height: 100%;
- border-radius: 0% 50% 70% 0%/50% 70% 70% 50%;
+ /*border-radius: 0% 50% 70% 0%/50% 70% 70% 50%;*/
}
.carousel-inner {
height: 100%;
- border-radius: 0% 50% 70% 0%/50% 70% 70% 50%;
+ border-radius: 0 94% 63% 0/0 78% 54% 0;
}
@media screen and (max-width: 1398px) {
diff --git a/frontend/src/components/Auth/Header.vue b/frontend/src/components/Auth/Header.vue
index 1328cc138..9d062adff 100644
--- a/frontend/src/components/Auth/Header.vue
+++ b/frontend/src/components/Auth/Header.vue
@@ -10,19 +10,13 @@
- {{ $t('auth.navbar.overGradido') }}
+
+ {{ $t('auth.navbar.overGradido') }}
+
- {{ $t('auth.navbar.greatCooperation') }}
+ {{ $t('signup') }}
- {{ $t('auth.navbar.podcast') }}
-
- {{ $t('auth.navbar.press') }}
-
- {{ $t('auth.navbar.contact') }}
-
- {{ $t('signup') }}
-
- {{ $t('signin') }}
+ {{ $t('signin') }}
@@ -58,6 +52,9 @@ export default {
}