spaced entry content h6
This commit is contained in:
parent
164196db21
commit
a9fe35c4eb
|
@ -501,6 +501,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
||||||
* ./template-parts/section-agenda.php
|
* ./template-parts/section-agenda.php
|
||||||
* ./template-parts/section-last-convos.php
|
* ./template-parts/section-last-convos.php
|
||||||
* */
|
* */
|
||||||
|
/* entry content */
|
||||||
}
|
}
|
||||||
.edit-post-visual-editor__content-area .editor-styles-wrapper h1,
|
.edit-post-visual-editor__content-area .editor-styles-wrapper h1,
|
||||||
.edit-post-visual-editor__content-area .editor-styles-wrapper h2,
|
.edit-post-visual-editor__content-area .editor-styles-wrapper h2,
|
||||||
|
@ -591,6 +592,9 @@ 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*="es"] section.last-convos h2 a::after {
|
.edit-post-visual-editor__content-area .editor-styles-wrapper [lang*="es"] section.last-convos h2 a::after {
|
||||||
content: "Ver todas las convocatorias";
|
content: "Ver todas las convocatorias";
|
||||||
}
|
}
|
||||||
|
.edit-post-visual-editor__content-area .editor-styles-wrapper .entry-content h6 {
|
||||||
|
padding: 0.5em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -100,7 +100,11 @@
|
||||||
[lang*="es"] section.last-convos h2 a::after {
|
[lang*="es"] section.last-convos h2 a::after {
|
||||||
content: "Ver todas las convocatorias";
|
content: "Ver todas las convocatorias";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* entry content */
|
||||||
|
.entry-content h6 {
|
||||||
|
padding: 0.5em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
h1,.h1 {
|
h1,.h1 {
|
||||||
|
|
|
@ -515,6 +515,10 @@ textarea {
|
||||||
[lang*="es"] section.last-convos h2 a::after {
|
[lang*="es"] section.last-convos h2 a::after {
|
||||||
content: "Ver todas las convocatorias";
|
content: "Ver todas las convocatorias";
|
||||||
}
|
}
|
||||||
|
/* entry content */
|
||||||
|
.entry-content h6 {
|
||||||
|
padding: 0.5em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue