diff --git a/components/HeroPages.vue b/components/HeroPages.vue index feb1322..e409c1f 100644 --- a/components/HeroPages.vue +++ b/components/HeroPages.vue @@ -7,7 +7,7 @@ 'bg-consumo-base bg-linear-to-t from-consumo-base to-consumo-extra-light': bgColor === 'consumo', 'bg-iguales-base bg-linear-to-t from-iguales-base to-iguales-extra-light': bgColor === 'iguales', 'bg-aula-base bg-linear-to-t from-aula-base to-aula-extra-light': bgColor === 'aula', - 'bg-certifica-base bg-linear-to-t from-certifica-base to-certifica-extra-light': bgColor === 'certifica', + 'bg-linear-to-t from-certifica-light to-certifica-extra-light': bgColor === 'certifica', 'bg-foro-base bg-linear-to-t from-foro-base to-foro-extra-light': bgColor === 'foro', 'bg-ods-base bg-linear-to-t from-ods-base to-ods-extra-light': bgColor === 'ods', }"> @@ -22,11 +22,11 @@

{{ title }}

- +
diff --git a/components/NavBar.vue b/components/NavBar.vue index fcb85fd..2c3498a 100644 --- a/components/NavBar.vue +++ b/components/NavBar.vue @@ -14,7 +14,7 @@ @@ -40,7 +40,7 @@
diff --git a/components/SectionWithCardsAndForm.vue b/components/SectionWithCardsAndForm.vue index bbba107..ee3958b 100644 --- a/components/SectionWithCardsAndForm.vue +++ b/components/SectionWithCardsAndForm.vue @@ -1,19 +1,11 @@