diff --git a/components/common/DomainSelector.vue b/components/common/DomainSelector.vue index f985c9a..776ed24 100644 --- a/components/common/DomainSelector.vue +++ b/components/common/DomainSelector.vue @@ -1,23 +1,27 @@ @@ -68,26 +72,30 @@ watch(() => currentRoute.path, () => { background-color: transparent; margin: 1.5rem 0 1rem 0; - .v-btn { + div { + justify-content: space-evenly; flex: 0 1 48%; display: flex; - height: 100%; - background-color: transparent; padding: 0; - ::v-deep(.v-btn__content) { - display: flex; - flex-direction: column; - letter-spacing: 0.07em; + .v-btn { + background-color: transparent; + height: 100%; - h2 { - font-weight: 500; - font-size: 14px; - line-height: 48px; + ::v-deep(.v-btn__content) { + display: flex; + flex-direction: column; + letter-spacing: 0.07em; - @media #{ map-get(settings.$display-breakpoints, 'lg-and-up')} { - font-size: 18px; - line-height: 64px; + h2 { + font-weight: 500; + font-size: 14px; + line-height: 48px; + + @media #{ map-get(settings.$display-breakpoints, 'lg-and-up')} { + font-size: 18px; + line-height: 64px; + } } } } diff --git a/components/common/HeaderCustom.vue b/components/common/HeaderCustom.vue index 3923945..4a367a6 100644 --- a/components/common/HeaderCustom.vue +++ b/components/common/HeaderCustom.vue @@ -1,8 +1,9 @@