Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
fix(docs): increased left padding for sidenav subpages (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin authored and redallen committed Oct 31, 2019
1 parent b137aab commit 76a6bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-theme-patternfly-org/components/sideNav.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

.ws-page-sidebar .ws-sideNav-category .ws-sideNav-link {
font-size: 16px;
padding: 8px 24px;
padding: 8px 24px 8px 30px;
line-height: 24px;
font-weight: 400;
}
Expand Down

0 comments on commit 76a6bbe

Please sign in to comment.