spaced entry content h6

This commit is contained in:
jorge-vitrubio 2024-03-10 18:28:46 +01:00
parent 164196db21
commit a9fe35c4eb
5 changed files with 15 additions and 3 deletions

View File

@ -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-last-convos.php
* */
/* entry content */
}
.edit-post-visual-editor__content-area .editor-styles-wrapper h1,
.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 {
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) {

File diff suppressed because one or more lines are too long

View File

@ -100,7 +100,11 @@
[lang*="es"] section.last-convos h2 a::after {
content: "Ver todas las convocatorias";
}
/* entry content */
.entry-content h6 {
padding: 0.5em 0;
}
}
@media screen and (min-width: 48em) {
h1,.h1 {

View File

@ -515,6 +515,10 @@ textarea {
[lang*="es"] section.last-convos h2 a::after {
content: "Ver todas las convocatorias";
}
/* entry content */
.entry-content h6 {
padding: 0.5em 0;
}
}
@media screen and (min-width: 48em) {

File diff suppressed because one or more lines are too long