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

16 lines
289 B
CSS

.wp-block-latest-posts > li {
overflow: hidden;
}
.wp-block-latest-posts li a > div {
display: inline;
}
:root :where(.wp-block-latest-posts) {
padding-right: 2.5em;
}
:root :where(.wp-block-latest-posts.is-grid),
:root :where(.wp-block-latest-posts__list) {
padding-right: 0;
}