Merge pull request #4 from kjannette/rise4

Rise4
This commit is contained in:
S Jannette
2024-01-11 20:00:32 -06:00
committed by GitHub
2 changed files with 4 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 {
@@ -92,6 +92,8 @@
} }
.features-bottom-wrapper { .features-bottom-wrapper {
margin: 0px 0px;
padding-left: 0px;
flex-direction: column; flex-direction: column;
} }