styled columns in associats members all view

This commit is contained in:
Jorge vitrubio.net 2024-04-08 16:18:02 +02:00
parent 9d2f99448e
commit b9237194a8
4 changed files with 4 additions and 4 deletions

View File

@ -1742,7 +1742,7 @@ Add your custom styles in this file so it is easier to update the theme.
min-height: 40vh;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts.archive-posts {
.edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts.archive-posts-members {
grid-template-columns: 1fr;
}

File diff suppressed because one or more lines are too long

View File

@ -265,7 +265,7 @@
.archive-posts {
grid-template-columns: repeat(2 , 1fr);
min-height: 40vh;
&.archive-posts {
&.archive-posts-members {
grid-template-columns: 1fr;
}
}

View File

@ -1606,7 +1606,7 @@ textarea {
min-height: 40vh;
}
.archive-posts.archive-posts {
.archive-posts.archive-posts-members {
grid-template-columns: 1fr;
}