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

fix(docs): fixed homepage section padding and link font sizes #49

Merged
merged 1 commit into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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