Skip to content

Commit

Permalink
Revert title size
Browse files Browse the repository at this point in the history
Co-Authored-By: Joen A. <1204802+jasmussen@users.noreply.github.com>
Co-Authored-By: James Koster <846565+jameskoster@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 31, 2023
1 parent 46c784f commit cc561fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function SidebarNavigationScreen( {
className="edit-site-sidebar-navigation-screen__title"
color={ 'white' }
level={ 2 }
size={ 16 }
size={ 20 }
>
{ title }
</Heading>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@

.edit-site-sidebar-navigation-screen__title {
flex-grow: 1;
padding: $grid-unit-10 0 0 0;
padding: 6px 0 0 0;
}

0 comments on commit cc561fa

Please sign in to comment.