increased space and areas in convocatoreis-pre-2024
This commit is contained in:
parent
c621ade809
commit
a232911d5e
|
@ -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 .convos-pre-2024,
|
||||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .category-convocatories {
|
.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,
|
.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
|
@ -137,7 +137,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.convos-pre-2024,.category-convocatories {
|
.convos-pre-2024,.category-convocatories {
|
||||||
margin-bottom: 2em;
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
justify-content: flex-end;
|
||||||
|
margin-bottom: 333;
|
||||||
.wp-block-post-title {
|
.wp-block-post-title {
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
|
@ -1849,7 +1849,10 @@ textarea {
|
||||||
|
|
||||||
.convos-pre-2024,
|
.convos-pre-2024,
|
||||||
.category-convocatories {
|
.category-convocatories {
|
||||||
margin-bottom: 2em;
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
justify-content: flex-end;
|
||||||
|
margin-bottom: 333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.convos-pre-2024 .wp-block-post-title,
|
.convos-pre-2024 .wp-block-post-title,
|
||||||
|
|
Loading…
Reference in New Issue