style updated

This commit is contained in:
Alaguraj0361 2025-07-22 19:47:54 +05:30
parent 0407367ce2
commit 8dc376b30f
3 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ export default function Fluid() {
<img <img
src={selectedImage} src={selectedImage}
alt="Selected Book" alt="Selected Book"
className="img-fluid rounded shadow" className="img-fluid "
style={{ width: "100%", height: "auto", objectFit: "cover" }} style={{ width: "100%", height: "auto", objectFit: "cover" }}
/> />
</div> </div>

View File

@ -1159,7 +1159,7 @@
} }
.gallery-section-two { .gallery-section-two {
padding: 0px 0px 50px; padding: 0px 0px;
} }
.banner-section-two .content-column h1 { .banner-section-two .content-column h1 {

View File

@ -2383,7 +2383,7 @@
bottom: 0px; bottom: 0px;
height: 2px; height: 2px;
width: 45px; width: 45px;
background-color: #beb996; background-color: #cf2d1f;
} }
.footer-style-two .logo-widget .text { .footer-style-two .logo-widget .text {
@ -2922,7 +2922,7 @@
.gallery-section-two { .gallery-section-two {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
padding: 0px 0px 100px; padding: 0px 0px;
} }
.gallery-section-two .outer-container { .gallery-section-two .outer-container {