Skip to content

Commit

Permalink
Fix sidebar alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 31, 2022
1 parent c3875f7 commit 3e0ff64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/edit-site/src/components/sidebar/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.edit-site-sidebar__content {
// Leave room for the site editor toggle.
margin-top: $header-height + $grid-unit-80;
padding: $grid-unit-10;

// This matches the logo padding
padding: $grid-unit-15;
}

0 comments on commit 3e0ff64

Please sign in to comment.