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 .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
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue