Skip to content

Commit

Permalink
feat(docs-site) cloud page spacing and content polishes (datahub-proj…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl authored Aug 9, 2024
1 parent b1f16f9 commit 3f4b8ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs-website/src/pages/cloud/CompanyLogos/logos.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
.scrollingCustomers {
position: relative;
overflow: hidden;
opacity: 0.5;
}


Expand All @@ -29,7 +30,7 @@
padding: 1.25rem 0;
position: relative;
align-items: center;
animation: scrollingCustomerAnimate 15s linear infinite;
animation: scrollingCustomerAnimate 60s linear infinite;
}

.scrollingCustomers__inner img {
Expand All @@ -46,7 +47,7 @@

.animateScrollingCustomers {
display: flex;
animation: scrollingCustomerAnimate 15s linear infinite;
animation: scrollingCustomerAnimate 60s linear infinite;
}

@media (max-width: 767px) {
Expand Down
7 changes: 4 additions & 3 deletions docs-website/src/pages/cloud/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Home() {
</div>
</header>
<ScrollingCustomers />
<div className={clsx(styles.bgSection)}>
<div className={clsx(styles.bgSection)} style={{ marginTop: 100 }}>
<UnifiedTabs />
</div>
<FeatureCards/>
Expand All @@ -73,12 +73,13 @@ function Home() {
<Link className={clsx(styles.buttonLightBlue, "button button--secondary button--lg")} to="https://www.acryldata.io/tour">
Product Tour
</Link>
<hr style={{margin: "3rem"}}/>
<div className="hero__subtitle" />
{/* <hr style={{margin: "3rem"}}/>
<div className="hero__subtitle">
An extension of the DataHub Core project.<br/>
<a className={clsx(styles.link)} href="/docs/managed-datahub/managed-datahub-overview">View Cloud Docs.
</a>
</div>
</div> */}
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs-website/src/pages/cloud/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}

.hero {
margin-top: 80px;
:global {
.button {
margin-right: 1rem;
Expand Down

0 comments on commit 3f4b8ea

Please sign in to comment.