This commit is contained in:
Kenneth Jannette
2024-01-13 13:30:13 -06:00
parent a33c08c5ee
commit 7fc6b8afec
2 changed files with 16 additions and 11 deletions

View File

@@ -31,18 +31,16 @@ export const FeaturesBottom = () => {
<p className="features-asterisk">*</p> <p className="features-asterisk">*</p>
</h4> </h4>
<ul className="features-list"> <ul className="features-list">
<li className="features-list-item"> <li className="features-list-item-lower">
Click mate: Generate discovery requests with a few clicks, with the Click mate: Generate discovery requests with a few clicks, with the
help of your Intellidraft AI assistant. And/or... help of your Intellidraft AI assistant. And/or...
</li> </li>
<li className="features-list-item"> <li className="features-list-item-lower">
You have options: Select manually from a comprehensive request Options: Also, select from the comprehensive request library,
library, categorized by case type and customizable to your case's categorized by case type, customizable by you.
facts.
</li> </li>
<li className="features-list-item"> <li className="features-list-item-lower">
Done: get a draft together in minutes, with a formatted .docx for Done: get a draft in minutes, with a formatted .docx for service.
service.
</li> </li>
</ul> </ul>
<p className="features-disclosure">* Launching spring '24</p> <p className="features-disclosure">* Launching spring '24</p>

View File

@@ -63,7 +63,7 @@
align-items: center; align-items: center;
margin: auto; margin: auto;
padding: 6px 8px; padding: 6px 8px;
width: 50%; width: 55%;
background-color: var(--haq-blue); background-color: var(--haq-blue);
border-radius: 15px; border-radius: 15px;
height: 100%; height: 100%;
@@ -73,7 +73,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 18px 8px; padding: 18px 8px;
width: 50%; width: 45%;
height: 100%; height: 100%;
} }
@@ -90,7 +90,14 @@
width: 94%; width: 94%;
text-align: justify; text-align: justify;
font-size: 1.05rem; font-size: 1.05rem;
margin: 28px 0px; margin: 18px 0px;
}
.features-list-item-lower {
width: 94%;
text-align: justify;
font-size: 1.05rem;
margin: 16px 0px;
} }
.features-top-mobile-img { .features-top-mobile-img {