Skip to content

Commit

Permalink
changes based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling committed Jan 30, 2024
1 parent 5b6f4ae commit 9001a14
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/enterprise-sso/enterprise-sso.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@media only screen and (min-width: 63.9375rem) {
.enterprise-sso-advantages .feature-header {
max-width: 80ch;
max-width: 90ch;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/pricing/pricing.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@media only screen and (min-width: 63.9375em) {
.primary-content-wrapper.pricing {
padding: var(--spacing-xwide) var(--spacing-medium) 0;
padding: var(--spacing-medium) var(--spacing-medium) 0;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/products/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ProductsOverview = () => {
wrapperClassName="marketing-site"
>
<main>
<OurProducts />
<OurProducts centerHeader={true} />
</main>
</Layout>
);
Expand Down
Binary file added static/images/heroes/products-overview-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/heroes/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/heroes/[email protected]
Binary file not shown.

0 comments on commit 9001a14

Please sign in to comment.