Merge pull request #175 from kjannette/copyedit

more
This commit is contained in:
S Jannette
2024-03-18 15:22:53 -05:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -39,8 +39,10 @@ const HomePage = () => {
</h1> </h1>
</div> </div>
<p className="text-block-1"> <p className="text-block-1">
Discovery responses ready in minutes. Discovery requests done dramatically fast discovery
responses ready in minutes
</p> </p>
<p className="text-block-two"> <p className="text-block-two">
Reclaim hours every week. Spend time growing your practice, or Reclaim hours every week. Spend time growing your practice, or
just get home by dinner. just get home by dinner.

View File

@@ -166,9 +166,9 @@ p.text-block-1 {
font-size: 25px; font-size: 25px;
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
line-height: 29.756px; /* 123.983% */ line-height: 1.6;
width: 525px; width: 525px;
margin-top: 28px; margin-top: 24px;
} }
.try-it-button-box { .try-it-button-box {