mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
043e2016a3
Props aristath, adamsilverstein, SergeyBiryukov, gziolo. Fixes #56388. Built from https://develop.svn.wordpress.org/trunk@55193 git-svn-id: http://core.svn.wordpress.org/trunk@54726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
24 lines
388 B
CSS
24 lines
388 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-left: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;
|
|
} |