mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 15:31:04 +01:00
f6df3fba16
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag. Fixes #61906. Props peterwilsoncc, gziolo, kevin940726. Built from https://develop.svn.wordpress.org/trunk@59072 git-svn-id: http://core.svn.wordpress.org/trunk@58468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
25 lines
414 B
CSS
25 lines
414 B
CSS
.wp-block-post-author{
|
|
box-sizing:border-box;
|
|
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;
|
|
} |