kollapsminoriteten/wp-includes/blocks/post-author/style-rtl.css

24 lines
388 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-post-author{
display:flex;
flex-wrap:wrap;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-author__byline{
font-size:.5em;
margin-bottom:0;
margin-top:0;
width:100%;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-author__avatar{
margin-left:1em;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-author__bio{
font-size:.7em;
margin-bottom:.7em;
2022-04-02 10:26:41 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-author__content{
flex-basis:0;
flex-grow:1;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-author__name{
margin:0;
2021-07-23 11:58:50 +02:00
}