Skip to content

Commit 8edda56

Browse files
committed
adds some line height to name
1 parent c5dd9fa commit 8edda56

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

packages/block-library/src/post-author/editor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323

2424
.block-editor__container .wp-block-post-author__name {
2525
margin: 0;
26+
font-weight: bold;
2627
}

packages/block-library/src/post-author/style.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@
55

66
&__byline {
77
width: 100%;
8+
margin-top: $grid-size-large;
9+
margin-bottom: $grid-size-large;
810
}
911

1012
&__avatar {
1113
flex-grow: 1;
14+
margin-right: $grid-size-large;
1215
}
1316

1417
&__content {
1518
flex-basis: 0;
1619
flex-grow: 999;
1720
}
21+
22+
&__name {
23+
font-weight: bold;
24+
}
25+
1826
}

0 commit comments

Comments
 (0)