Images updated
This commit is contained in:
commit
9205732816
@ -17,7 +17,7 @@ export default function Fluid() {
|
||||
{/* Fluid Section Two */}
|
||||
<section className="fluid-section-two">
|
||||
{/* <div className="section-text">Recipe book</div> */}
|
||||
<div className="outer-container clearfix row d-flex align-items-center">
|
||||
<div className="outer-container clearfix row m-0 d-flex align-items-center">
|
||||
|
||||
{/* Content Column */}
|
||||
<div className="col-lg-6 content-column">
|
||||
@ -48,7 +48,7 @@ export default function Fluid() {
|
||||
</div>
|
||||
|
||||
{/* Image Column */}
|
||||
<div className="col-lg-6">
|
||||
<div className="col-lg-6 p-0">
|
||||
<div className="w-100">
|
||||
<img
|
||||
src={selectedImage}
|
||||
|
||||
@ -638,8 +638,8 @@
|
||||
|
||||
.header-style-two.fixed-header {
|
||||
position: fixed;
|
||||
/* background-color:#1d1d1b ; */
|
||||
background-color: #e0766d;
|
||||
background-color:#1d1d1b ;
|
||||
/* background-color: #e0766d; */
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -2349,8 +2349,8 @@
|
||||
.footer-style-two {
|
||||
position: relative;
|
||||
padding-bottom: 0px;
|
||||
/* background-color: #050505; */
|
||||
background-color: #e0766d;
|
||||
background-color: #050505;
|
||||
/* background-color: #e0766d; */
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user