diff --git a/assets/img/consumo-default.png b/assets/img/consumo-default.png new file mode 100644 index 0000000..4e9968a Binary files /dev/null and b/assets/img/consumo-default.png differ diff --git a/assets/img/voluntarios.jpg b/assets/img/voluntarios.jpg new file mode 100644 index 0000000..7df185e Binary files /dev/null and b/assets/img/voluntarios.jpg differ diff --git a/assets/img/voluntarios.png b/assets/img/voluntarios.png new file mode 100644 index 0000000..f86cec5 Binary files /dev/null and b/assets/img/voluntarios.png differ diff --git a/components/CoopCard.vue b/components/CoopCard.vue index 8f5389c..d15fe86 100644 --- a/components/CoopCard.vue +++ b/components/CoopCard.vue @@ -1,89 +1,40 @@ @@ -91,12 +42,15 @@ diff --git a/components/HeroWithSearch.vue b/components/HeroWithSearch.vue new file mode 100644 index 0000000..ab8175b --- /dev/null +++ b/components/HeroWithSearch.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/components/SearchHeader.vue b/components/SearchHeader.vue index 7cb5640..0bfe5d0 100644 --- a/components/SearchHeader.vue +++ b/components/SearchHeader.vue @@ -33,7 +33,7 @@ export default { typing: null, selectedCategory: '', - + //TODO: change categories categories: [ 'Alimentación, bebida y tabaco', 'Arte y ocio', diff --git a/components/TextWithImageAndButton.vue b/components/TextWithImageAndButton.vue index 9a605cd..0b1027b 100644 --- a/components/TextWithImageAndButton.vue +++ b/components/TextWithImageAndButton.vue @@ -46,7 +46,7 @@ gap: 3rem; margin: 2rem 0 4rem; - @media (min-width: tablet) { + @media (min-width: $desktop) { flex-direction: row; justify-content: space-between; padding: 3rem; diff --git a/pages/productoras/index.vue b/pages/productoras/index.vue index 406bfa9..1cab79c 100644 --- a/pages/productoras/index.vue +++ b/pages/productoras/index.vue @@ -1,53 +1,30 @@