change
This commit is contained in:
parent
48ecb69816
commit
40f3744202
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="locales.length >=2" class="languageBox" @click="toggleOpen">
|
<div v-show="false" v-if="locales.length >=2" class="languageBox" @click="toggleOpen">
|
||||||
<div v-if="!open" class="current">{{ currentLanguage }}</div>
|
<div v-if="!open" class="current">{{ currentLanguage }}</div>
|
||||||
|
|
||||||
<transition name="slide">
|
<transition name="slide">
|
||||||
|
|||||||
@ -94,8 +94,8 @@ export default defineNuxtConfig({
|
|||||||
langDir: 'locales',
|
langDir: 'locales',
|
||||||
locales: [
|
locales: [
|
||||||
{ code: 'de', name: 'Deutsch', file: 'de.json' },
|
{ code: 'de', name: 'Deutsch', file: 'de.json' },
|
||||||
/*{ code: 'en', name: 'English', file: 'en.json' },
|
{ code: 'en', name: 'English', file: 'en.json' },
|
||||||
{ code: 'es', name: 'Español', file: 'es.json' },
|
/*{ code: 'es', name: 'Español', file: 'es.json' },
|
||||||
{ code: 'fr', name: 'Français', file: 'fr.json' },
|
{ code: 'fr', name: 'Français', file: 'fr.json' },
|
||||||
{ code: 'it', name: 'Italiano', file: 'it.json' },
|
{ code: 'it', name: 'Italiano', file: 'it.json' },
|
||||||
{ code: 'tr', name: 'Türkçe', file: 'tr.json' }*/
|
{ code: 'tr', name: 'Türkçe', file: 'tr.json' }*/
|
||||||
|
|||||||
@ -192,7 +192,7 @@ const logoItems = computed(() => {
|
|||||||
margin-top: 1rem
|
margin-top: 1rem
|
||||||
.content
|
.content
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: row
|
||||||
gap: 2rem
|
gap: 2rem
|
||||||
margin: 3rem 0
|
margin: 3rem 0
|
||||||
.column
|
.column
|
||||||
@ -245,8 +245,12 @@ const logoItems = computed(() => {
|
|||||||
object-position: center center
|
object-position: center center
|
||||||
|
|
||||||
|
|
||||||
@media screen and (min-width: $breakPointLG)
|
@media screen and (max-width: $breakPointLG)
|
||||||
flex-direction: row
|
.content
|
||||||
|
flex-direction: column
|
||||||
|
.column
|
||||||
|
width: 90%
|
||||||
|
min-width: 90%
|
||||||
|
|
||||||
.whatWeDo
|
.whatWeDo
|
||||||
position: relative
|
position: relative
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user