styles last convos in home as 3 cols
This commit is contained in:
parent
f9534ddbbb
commit
1140149ac9
|
@ -1689,7 +1689,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 .xarxaprod-destacats,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-featured,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-last-convos,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-ultimes-convocatories,
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-ultimes-convocatories {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .archive-posts {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -251,7 +251,9 @@
|
|||
}
|
||||
}
|
||||
.xarxaprod-destacats,.xarxaprod-featured,
|
||||
.xarxaprod-last-convos,.xarxaprod-ultimes-convocatories,
|
||||
.xarxaprod-last-convos,.xarxaprod-ultimes-convocatories {
|
||||
grid-template-columns: repeat(3 , 1fr);
|
||||
}
|
||||
.archive-posts {
|
||||
grid-template-columns: repeat(2 , 1fr);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue