Skip to content

Commit

Permalink
Fix Button responsiveness (#292)
Browse files Browse the repository at this point in the history
* button responsiveness fixed

* final commit
  • Loading branch information
mrswastik-robot authored Oct 18, 2023
1 parent 8fd9633 commit 1484e6b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const description = 'Security Building Blocks for Developers';
const IndexPage = () => {
return (
<Layout title={title} description={description}>

<HeroSection
title="Security Building Blocks for Developers"
description="Reduce Time to Market without sacrificing your security posture! BoxyHQ’s suite of APIs for security and privacy helps engineering teams build and ship compliant cloud applications faster."
Expand All @@ -45,8 +44,6 @@ const IndexPage = () => {
]}
/>



<CustomersSection />
<ProductsSection />

Expand Down Expand Up @@ -80,7 +77,14 @@ const IndexPage = () => {
</div>
<div className="card__footer">
<Link
className={clsx('button button--primary button--block')}
className={clsx(
'button button--primary button--block '
)}
style={{
whiteSpace: 'normal',
overflow: 'hidden',
width: '100%',
}}
href="https://meetings.hubspot.com/deepakprab/demo?__hstc=213510283.9a563789bb583fca1e9fb20a629c5c94.1651597904536.1664893584285.1664895920328.169&__hssc=213510283.1.1664895920328&__hsfp=498882655"
>
Book a free developer-security session
Expand Down

0 comments on commit 1484e6b

Please sign in to comment.