22 lines
423 B
CSS
22 lines
423 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;
|
|
}
|
|
|
|
.wp-block-latest-posts__post-content-radio{
|
|
margin-bottom:24px;
|
|
}
|
|
.wp-block-latest-posts__post-content-radio:last-child{
|
|
margin-bottom:8px;
|
|
} |