mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
11d4f1b3bf
Props: ironprogrammer, petitphp, hellofromTonya, azaozz. Fixes: #57891. Built from https://develop.svn.wordpress.org/trunk@55494 git-svn-id: http://core.svn.wordpress.org/trunk@55027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
24 lines
389 B
CSS
24 lines
389 B
CSS
.wp-block-post-author{
|
|
display:flex;
|
|
flex-wrap:wrap;
|
|
}
|
|
.wp-block-post-author__byline{
|
|
font-size:.5em;
|
|
margin-bottom:0;
|
|
margin-top:0;
|
|
width:100%;
|
|
}
|
|
.wp-block-post-author__avatar{
|
|
margin-right:1em;
|
|
}
|
|
.wp-block-post-author__bio{
|
|
font-size:.7em;
|
|
margin-bottom:.7em;
|
|
}
|
|
.wp-block-post-author__content{
|
|
flex-basis:0;
|
|
flex-grow:1;
|
|
}
|
|
.wp-block-post-author__name{
|
|
margin:0;
|
|
} |