more
This commit is contained in:
@@ -14,6 +14,9 @@ const FeaturesPage = () => {
|
|||||||
<>
|
<>
|
||||||
<div className="features-container">
|
<div className="features-container">
|
||||||
<div className="features-top-wrapper">
|
<div className="features-top-wrapper">
|
||||||
|
<div className="features-top-mobile-img">
|
||||||
|
<img className="features-image-one" src={legalTechFlip} />
|
||||||
|
</div>
|
||||||
<div className="features-top-left">
|
<div className="features-top-left">
|
||||||
<FeaturesTop />
|
<FeaturesTop />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -47,8 +47,13 @@
|
|||||||
.features-bottom-left {
|
.features-bottom-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin: auto;
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
background-color: var(--haq-blue);
|
||||||
|
border-radius: 15px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,8 +63,6 @@
|
|||||||
padding: 18px 8px;
|
padding: 18px 8px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--haq-blue);
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.features-image-one {
|
.features-image-one {
|
||||||
@@ -89,6 +92,8 @@
|
|||||||
|
|
||||||
.features-top-wrapper {
|
.features-top-wrapper {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
height: 468px;
|
||||||
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.features-bottom-wrapper {
|
.features-bottom-wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user