style updated
This commit is contained in:
parent
0407367ce2
commit
8dc376b30f
@ -53,7 +53,7 @@ export default function Fluid() {
|
||||
<img
|
||||
src={selectedImage}
|
||||
alt="Selected Book"
|
||||
className="img-fluid rounded shadow"
|
||||
className="img-fluid "
|
||||
style={{ width: "100%", height: "auto", objectFit: "cover" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@ -1159,7 +1159,7 @@
|
||||
}
|
||||
|
||||
.gallery-section-two {
|
||||
padding: 0px 0px 50px;
|
||||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
.banner-section-two .content-column h1 {
|
||||
|
||||
@ -2383,7 +2383,7 @@
|
||||
bottom: 0px;
|
||||
height: 2px;
|
||||
width: 45px;
|
||||
background-color: #beb996;
|
||||
background-color: #cf2d1f;
|
||||
}
|
||||
|
||||
.footer-style-two .logo-widget .text {
|
||||
@ -2922,7 +2922,7 @@
|
||||
.gallery-section-two {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding: 0px 0px 100px;
|
||||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
.gallery-section-two .outer-container {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user