styled columns in associats members all view
This commit is contained in:
parent
9d2f99448e
commit
b9237194a8
|
@ -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
|
@ -265,7 +265,7 @@
|
|||
.archive-posts {
|
||||
grid-template-columns: repeat(2 , 1fr);
|
||||
min-height: 40vh;
|
||||
&.archive-posts {
|
||||
&.archive-posts-members {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue