style updated
This commit is contained in:
parent
0407367ce2
commit
8dc376b30f
@ -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>
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user