more
This commit is contained in:
@@ -24,6 +24,15 @@ const FeaturesPage = () => {
|
||||
<img className="features-image-one" src={legalTechFlip} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default FeaturesPage;
|
||||
|
||||
/*
|
||||
|
||||
<div className="features-bottom-wrapper">
|
||||
<div className="features-bottom-right">
|
||||
<img className="features-image-one" src={legalTek} />
|
||||
@@ -32,9 +41,5 @@ const FeaturesPage = () => {
|
||||
<FeaturesBottom />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default FeaturesPage;
|
||||
*/
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
}
|
||||
|
||||
.features-top-left {
|
||||
margin-top: 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -104,7 +105,8 @@
|
||||
}
|
||||
|
||||
.features-header-text {
|
||||
margin-top: -8px;
|
||||
margin-top: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.features-list-item {
|
||||
|
||||
Reference in New Issue
Block a user