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

Commit

Permalink
fix(docs): fixed homepage section padding and link font sizes (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin authored and redallen committed Oct 31, 2019
1 parent 989734a commit 01a252d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions patternfly-org-demo/src/pages/homepage.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions patternfly-org-demo/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const IndexPage = ({ location }) => (
</GridItem>
</Grid>
</PageSection>
<PageSection variant={PageSectionVariants.light}>
<PageSection variant={PageSectionVariants.light} className="ws-homepage-main-section">
<Grid>
<GridItem sm={12} md={6} mdOffset={3} className="pf-u-py-2xl pf-u-text-align-center" id="about-patternfly-section">
<AutoLinkHeader size="h1" className="ws-title pf-u-mb-md">
Expand All @@ -71,7 +71,7 @@ const IndexPage = ({ location }) => (
</GridItem>
</Grid>
</PageSection>
<PageSection variant={PageSectionVariants.light} className="pf4-c-background-lines">
<PageSection variant={PageSectionVariants.light} className="pf4-c-background-lines ws-homepage-main-section">
<Grid gutter="md" className="pf-u-pb-3xl-on-sm">
<GridItem sm={12}>
<Grid>
Expand Down Expand Up @@ -155,7 +155,7 @@ const IndexPage = ({ location }) => (
</GridItem>
</Grid>
</PageSection>
<PageSection variant={PageSectionVariants.darker} className="pf4-c-background-image-principles">
<PageSection variant={PageSectionVariants.darker} className="pf4-c-background-image-principles ws-homepage-main-section">
<Grid gutter="md" className="pf-u-py-3xl">
<GridItem sm={12}>
<Grid className="pf-m-white">
Expand Down

0 comments on commit 01a252d

Please sign in to comment.