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

25 lines
413 B
CSS
Raw Permalink Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-post-author{
2025-02-28 08:42:11 +01:00
box-sizing:border-box;
2023-04-26 17:39:43 +02:00
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
}