This commit is contained in:
Kenneth Jannette
2024-01-11 19:23:03 -06:00
parent 635d830931
commit 32b7b06d47
2 changed files with 13 additions and 6 deletions

View File

@@ -24,6 +24,15 @@ const FeaturesPage = () => {
<img className="features-image-one" src={legalTechFlip} /> <img className="features-image-one" src={legalTechFlip} />
</div> </div>
</div> </div>
</div>
</>
);
};
export default FeaturesPage;
/*
<div className="features-bottom-wrapper"> <div className="features-bottom-wrapper">
<div className="features-bottom-right"> <div className="features-bottom-right">
<img className="features-image-one" src={legalTek} /> <img className="features-image-one" src={legalTek} />
@@ -32,9 +41,5 @@ const FeaturesPage = () => {
<FeaturesBottom /> <FeaturesBottom />
</div> </div>
</div> </div>
</div>
</>
);
};
export default FeaturesPage; */

View File

@@ -88,6 +88,7 @@
} }
.features-top-left { .features-top-left {
margin-top: 12px;
width: 100%; width: 100%;
} }
@@ -104,7 +105,8 @@
} }
.features-header-text { .features-header-text {
margin-top: -8px; margin-top: 0px;
padding: 0px;
} }
.features-list-item { .features-list-item {