increased space and areas in convocatoreis-pre-2024

This commit is contained in:
jorge-vitrubio 2024-03-11 16:43:30 +01:00
parent c621ade809
commit a232911d5e
4 changed files with 13 additions and 4 deletions

View File

@ -2000,7 +2000,10 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .editor-styles-wrapper .convos-pre-2024,
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories {
margin-bottom: 2em;
display: flex;
flex-flow: column;
justify-content: flex-end;
margin-bottom: 333;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .convos-pre-2024 .wp-block-post-title,

File diff suppressed because one or more lines are too long

View File

@ -137,7 +137,10 @@
}
}
.convos-pre-2024,.category-convocatories {
margin-bottom: 2em;
display: flex;
flex-flow: column;
justify-content: flex-end;
margin-bottom: 333;
.wp-block-post-title {
text-transform: lowercase;
font-size: 1.5em;

View File

@ -1849,7 +1849,10 @@ textarea {
.convos-pre-2024,
.category-convocatories {
margin-bottom: 2em;
display: flex;
flex-flow: column;
justify-content: flex-end;
margin-bottom: 333;
}
.convos-pre-2024 .wp-block-post-title,