diff --git a/frontend/src/components/Auth/Header.vue b/frontend/src/components/Auth/Header.vue index 38a817d0f..7dd61a197 100644 --- a/frontend/src/components/Auth/Header.vue +++ b/frontend/src/components/Auth/Header.vue @@ -2,43 +2,27 @@
- ... +
- + - - EN - ES - RU - FA - + - - EN - ES - RU - FA - + - Podcast + Podcast - - EN - ES - RU - FA - + Kontakt - Anmelden | Registrieen + Anmelden + + Registrieren
@@ -50,6 +34,7 @@ export default { data() { return { logo: 'img/brand/green.png', + sheet: 'img/template/Blaetter.png', } }, } @@ -60,10 +45,10 @@ export default { } .header-img { - position: absolute; - bottom: -180%; - right: 0px; - width: 70%; + position: fixed; + top: -359px; + right: 13%; + width: 385px; } .g-logo-radius {