Order Changed for all sections
This commit is contained in:
parent
b5b469355c
commit
00caa9abf9
@ -8,7 +8,7 @@ const About = (props) => {
|
|||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="wpo-about-wrap">
|
<div className="wpo-about-wrap">
|
||||||
<div className="row align-items-center">
|
<div className="row align-items-center">
|
||||||
<div className="col-lg-6 col-md-12 col-12">
|
<div className="col-lg-6 col-md-12 col-12 order-2 order-lg-1">
|
||||||
<div className="wpo-about-img">
|
<div className="wpo-about-img">
|
||||||
<Image src={props.abimg} alt="" />
|
<Image src={props.abimg} alt="" />
|
||||||
<div className="wpo-about-img-text">
|
<div className="wpo-about-img-text">
|
||||||
@ -56,7 +56,7 @@ const About = (props) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6 col-md-12 col-12">
|
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2 mb-5">
|
||||||
<div className="wpo-about-text">
|
<div className="wpo-about-text">
|
||||||
<div className="wpo-section-title">
|
<div className="wpo-section-title">
|
||||||
<span>About Politian</span>
|
<span>About Politian</span>
|
||||||
|
|||||||
@ -10,7 +10,7 @@ const AboutSection = (props) => {
|
|||||||
<div className="row align-items-center">
|
<div className="row align-items-center">
|
||||||
|
|
||||||
{/* Text Column — Show first on mobile, second on desktop */}
|
{/* Text Column — Show first on mobile, second on desktop */}
|
||||||
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2">
|
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2 mb-5">
|
||||||
<div className="wpo-about-text">
|
<div className="wpo-about-text">
|
||||||
<div className="wpo-section-title">
|
<div className="wpo-section-title">
|
||||||
<span>About Politian</span>
|
<span>About Politian</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user