Merge branch 'main' into dev

This commit is contained in:
Jorge vitrubio.net 2024-04-08 14:45:50 +02:00
commit d21f02c536
6 changed files with 16 additions and 5 deletions

View File

@ -2715,6 +2715,11 @@ Add your custom styles in this file so it is easier to update the theme.
@media screen and (min-width: 48em) {
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-filters a.button-more {
display: inline-block;
margin-top: 1rem;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-convo .xarxaprod-convo-info-fields li,
.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-convo .xarxaprod-agenda-info li {
font-size: 1.5rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -589,8 +589,9 @@
@media screen and (min-width: 48em) {
//only bigger than 48em
.xarxaprod-filters {
//padding-right: 2em;
section {
a.button-more {
display:inline-block;
margin-top: 1rem;
}
}
.archive-posts {

View File

@ -2565,6 +2565,11 @@ textarea {
@media screen and (min-width: 48em) {
.xarxaprod-filters a.button-more {
display: inline-block;
margin-top: 1rem;
}
.single-xarxaprod-convo .xarxaprod-convo-info-fields li,
.single-xarxaprod-convo .xarxaprod-agenda-info li {
font-size: 1.5rem;

File diff suppressed because one or more lines are too long