Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02:00

10 lines
277 B
CSS

.wp-block[data-align=center] > .wp-block-query-pagination {
justify-content: center;
}
:where(.editor-styles-wrapper) .wp-block-query-pagination {
max-width: 100%;
}
:where(.editor-styles-wrapper) .wp-block-query-pagination.block-editor-block-list__layout {
margin: 0;
}