link updated
This commit is contained in:
parent
6078a8b146
commit
0b07dc785f
@ -18,7 +18,7 @@ export default function PranaprathistapanaiPujai() {
|
|||||||
wrapperClass="event-prana-breadcrumb"
|
wrapperClass="event-prana-breadcrumb"
|
||||||
/>
|
/>
|
||||||
<Pranaprathistapanai />
|
<Pranaprathistapanai />
|
||||||
<footer className="footer-wrapper footer-layout1" style={{ backgroundImage: "url(/assets/img/footer.jpg)" }}>
|
<footer className="footer-wrapper footer-layout1 prana-footer" style={{ backgroundImage: "url(/assets/img/footer.jpg)" }}>
|
||||||
<div className="container" style={{ padding: "60px 0" }}>
|
<div className="container" style={{ padding: "60px 0" }}>
|
||||||
<div className="row justify-content-center text-center">
|
<div className="row justify-content-center text-center">
|
||||||
<div className="col-lg-8">
|
<div className="col-lg-8">
|
||||||
|
|||||||
@ -250,7 +250,7 @@ const Pranaprathistapanai = () => {
|
|||||||
</li>
|
</li>
|
||||||
<li className="mb-3">
|
<li className="mb-3">
|
||||||
<i className="far fa-credit-card" style={{ color: "#D4AF37", marginRight: "10px" }}></i>
|
<i className="far fa-credit-card" style={{ color: "#D4AF37", marginRight: "10px" }}></i>
|
||||||
<strong>Online Credit/Debit Card:</strong> <Link href="/donation" className="text-primary fw-bold" style={{ textDecoration: "underline" }}>Secure Online Donation</Link>
|
<strong>Online Credit/Debit Card:</strong> <Link href="https://www.zeffy.com/en-CA/ticketing/prana-prathistapana-sponsor-and-donor--2026" className="text-primary fw-bold" style={{ textDecoration: "underline" }}>Secure Online Donation</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p className="sec-text" style={{ fontStyle: "italic" }}>
|
<p className="sec-text" style={{ fontStyle: "italic" }}>
|
||||||
@ -324,7 +324,7 @@ const Pranaprathistapanai = () => {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* Gallery Section */}
|
{/* Gallery Section */}
|
||||||
<div className="portfolio-area-1 space-bottom">
|
{/* <div className="portfolio-area-1 space-bottom">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="row justify-content-center">
|
<div className="row justify-content-center">
|
||||||
<div className="col-lg-5">
|
<div className="col-lg-5">
|
||||||
@ -360,7 +360,7 @@ const Pranaprathistapanai = () => {
|
|||||||
<img src={imageSrc} alt="Fullsize" />
|
<img src={imageSrc} alt="Fullsize" />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div> */}
|
||||||
|
|
||||||
{/* Registration Section */}
|
{/* Registration Section */}
|
||||||
{/* <section className="faq-area-2 space-bottom">
|
{/* <section className="faq-area-2 space-bottom">
|
||||||
|
|||||||
@ -16,8 +16,44 @@
|
|||||||
@import "/public/assets/sass/style.scss";
|
@import "/public/assets/sass/style.scss";
|
||||||
|
|
||||||
// Custom styles for specific pages
|
// Custom styles for specific pages
|
||||||
|
.event-prana-breadcrumb {
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
padding: 385px 0 155px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 530px) {
|
@media (max-width: 530px) {
|
||||||
.event-prana-breadcrumb {
|
.event-prana-breadcrumb {
|
||||||
padding: 200px 0 0 !important;
|
padding: 200px 0 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 580px) {
|
||||||
|
.prana-footer {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100vw;
|
||||||
|
overflow-x: hidden;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
.container {
|
||||||
|
padding: 30px 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widget_title {
|
||||||
|
font-size: 22px !important;
|
||||||
|
margin-bottom: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-text {
|
||||||
|
font-size: 14px !important;
|
||||||
|
word-break: break-all !important;
|
||||||
|
margin-bottom: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
padding: 10px 15px !important;
|
||||||
|
font-size: 12px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user