Skip to content

Commit

Permalink
Adjust styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Nov 15, 2021
1 parent ec69959 commit 78ea3d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/edit-site/src/components/welcome-guide/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@ export default function WelcomeGuideEditor() {
<h1 className="edit-site-welcome-guide__heading">
{ __( 'Edit your site' ) }
</h1>
<p className="edit-site-welcome-guide__text">
{ __(
'Design everything on your site — from the header right down to the footer — using blocks.'
) }
</p>
<p className="edit-site-welcome-guide__text">
{ createInterpolateElement(
__(
'Design everything on your site — from the header right down to the footer — using blocks. Click <StylesIconImage /> to start designing your blocks, and choose your typography, layout, and colors.'
'Click <StylesIconImage /> to start designing your blocks, and choose your typography, layout, and colors.'
),
{
StylesIconImage: (
Expand Down
6 changes: 5 additions & 1 deletion packages/edit-site/src/components/welcome-guide/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@
&__text {
font-size: $default-font-size;
line-height: 1.4;
margin: 0 0 $grid-unit-30 0;
margin: 0 0 $grid-unit-20 0;
padding: 0 $grid-unit-40;

img {
vertical-align: bottom;
}
}

&__inserter-icon {
Expand Down

0 comments on commit 78ea3d9

Please sign in to comment.