diff --git a/src/components/ProductFlipCard.vue b/src/components/ProductFlipCard.vue index dba0fcc..5c496e4 100644 --- a/src/components/ProductFlipCard.vue +++ b/src/components/ProductFlipCard.vue @@ -52,7 +52,7 @@ export default {
{{ $t('Land / region') }}
-
{{ $t('Brasil') }}/{{ $t('Cerrado, Carmo do paranaiba') }}
+
{{ $t('Brasil') }}/{{ $t('Cerrado, Carmo do paranaiba') }}
@@ -276,18 +276,18 @@ h3 { } &-box { - padding: 8px 0 0 8px; + padding: 4px 0 0 8px; border-right-style: solid; - border-right-width: 2px; + border-right-width: 3px; min-width: 100px; flex-basis: 0px; flex-grow: 1; .text-overflow { - width: 98%; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; + // width: 98%; + // text-overflow: ellipsis; + // overflow: hidden; + // white-space: nowrap; } &:last-child { @@ -311,12 +311,12 @@ h3 { &-label{ font-family: 'Righteous', cursive; - font-size: 20px; + font-size: 18px; text-transform: uppercase; } &-value{ font-family: 'Cormorant Garamond', serif; - font-size: 20px; + font-size: 18px; } }