typo error in heding h3 links
This commit is contained in:
parent
b3219db0f9
commit
60a586ef6f
|
@ -705,7 +705,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper [lang="ca"] section.agenda h2 a::after {
|
||||
content: "Verure totes les activitas";
|
||||
content: "Veure totes les activitas";
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper [lang*="es"] section.agenda h2 a::after {
|
||||
|
@ -713,7 +713,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper [lang="ca"] section.last-convos h2 a::after {
|
||||
content: "Verure totes les convocatories";
|
||||
content: "Veure totes les convocatories";
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper [lang*="es"] section.last-convos h2 a::after {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -85,13 +85,13 @@
|
|||
}
|
||||
}
|
||||
[lang="ca"] section.agenda h2 a::after {
|
||||
content: "Verure totes les activitas";
|
||||
content: "Veure totes les activitas";
|
||||
}
|
||||
[lang*="es"] section.agenda h2 a::after {
|
||||
content: "Ver todas las actividades";
|
||||
}
|
||||
[lang="ca"] section.last-convos h2 a::after {
|
||||
content: "Verure totes les convocatories";
|
||||
content: "Veure totes les convocatories";
|
||||
}
|
||||
[lang*="es"] section.last-convos h2 a::after {
|
||||
content: "Ver todas las convocatorias";
|
||||
|
|
|
@ -563,7 +563,7 @@ textarea {
|
|||
}
|
||||
|
||||
[lang="ca"] section.agenda h2 a::after {
|
||||
content: "Verure totes les activitas";
|
||||
content: "Veure totes les activitas";
|
||||
}
|
||||
|
||||
[lang*="es"] section.agenda h2 a::after {
|
||||
|
@ -571,7 +571,7 @@ textarea {
|
|||
}
|
||||
|
||||
[lang="ca"] section.last-convos h2 a::after {
|
||||
content: "Verure totes les convocatories";
|
||||
content: "Veure totes les convocatories";
|
||||
}
|
||||
|
||||
[lang*="es"] section.last-convos h2 a::after {
|
||||
|
|
Loading…
Reference in New Issue