Images updated

This commit is contained in:
Selvi 2025-07-22 10:58:55 +05:30
commit 9205732816
3 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ export default function Fluid() {
{/* Fluid Section Two */} {/* Fluid Section Two */}
<section className="fluid-section-two"> <section className="fluid-section-two">
{/* <div className="section-text">Recipe book</div> */} {/* <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 */} {/* Content Column */}
<div className="col-lg-6 content-column"> <div className="col-lg-6 content-column">
@ -48,7 +48,7 @@ export default function Fluid() {
</div> </div>
{/* Image Column */} {/* Image Column */}
<div className="col-lg-6"> <div className="col-lg-6 p-0">
<div className="w-100"> <div className="w-100">
<img <img
src={selectedImage} src={selectedImage}

View File

@ -638,8 +638,8 @@
.header-style-two.fixed-header { .header-style-two.fixed-header {
position: fixed; position: fixed;
/* background-color:#1d1d1b ; */ background-color:#1d1d1b ;
background-color: #e0766d; /* background-color: #e0766d; */
} }

View File

@ -2349,8 +2349,8 @@
.footer-style-two { .footer-style-two {
position: relative; position: relative;
padding-bottom: 0px; padding-bottom: 0px;
/* background-color: #050505; */ background-color: #050505;
background-color: #e0766d; /* background-color: #e0766d; */
} }