Merge branch 'main' into dev
This commit is contained in:
commit
d21f02c536
|
@ -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) {
|
@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-convo-info-fields li,
|
||||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-convo .xarxaprod-agenda-info li {
|
.edit-post-visual-editor__content-area .editor-styles-wrapper .single-xarxaprod-convo .xarxaprod-agenda-info li {
|
||||||
font-size: 1.5rem;
|
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
|
@ -589,8 +589,9 @@
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
//only bigger than 48em
|
//only bigger than 48em
|
||||||
.xarxaprod-filters {
|
.xarxaprod-filters {
|
||||||
//padding-right: 2em;
|
a.button-more {
|
||||||
section {
|
display:inline-block;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.archive-posts {
|
.archive-posts {
|
||||||
|
|
|
@ -2565,6 +2565,11 @@ textarea {
|
||||||
|
|
||||||
@media screen and (min-width: 48em) {
|
@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-convo-info-fields li,
|
||||||
.single-xarxaprod-convo .xarxaprod-agenda-info li {
|
.single-xarxaprod-convo .xarxaprod-agenda-info li {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue