This commit is contained in:
Kenneth Jannette
2024-01-11 19:51:48 -06:00
parent cbde592a38
commit 9bf1110609
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const FeaturesPage = () => {
<div className="features-top-mobile-img"> <div className="features-top-mobile-img">
<img className="features-image-one" src={legalTek} /> <img className="features-image-one" src={legalTek} />
</div> </div>
<div className="features-bottom-left"> <div className="features-top-left">
<FeaturesBottom /> <FeaturesBottom />
</div> </div>
</div> </div>

View File

@@ -84,7 +84,7 @@
@media only screen and (max-width: 430px) { @media only screen and (max-width: 430px) {
.features-container { .features-container {
height: 1100px; height: 1000px;
} }
.features-top-wrapper { .features-top-wrapper {