link updated

This commit is contained in:
Selvi 2026-05-30 19:35:06 +05:30
parent 6078a8b146
commit 0b07dc785f
3 changed files with 46 additions and 10 deletions

View File

@ -18,7 +18,7 @@ export default function PranaprathistapanaiPujai() {
wrapperClass="event-prana-breadcrumb"
/>
<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="row justify-content-center text-center">
<div className="col-lg-8">

View File

@ -250,7 +250,7 @@ const Pranaprathistapanai = () => {
</li>
<li className="mb-3">
<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>
</ul>
<p className="sec-text" style={{ fontStyle: "italic" }}>
@ -324,7 +324,7 @@ const Pranaprathistapanai = () => {
</section>
{/* Gallery Section */}
<div className="portfolio-area-1 space-bottom">
{/* <div className="portfolio-area-1 space-bottom">
<div className="container">
<div className="row justify-content-center">
<div className="col-lg-5">
@ -360,7 +360,7 @@ const Pranaprathistapanai = () => {
<img src={imageSrc} alt="Fullsize" />
</div>
)}
</div>
</div> */}
{/* Registration Section */}
{/* <section className="faq-area-2 space-bottom">

View File

@ -16,8 +16,44 @@
@import "/public/assets/sass/style.scss";
// Custom styles for specific pages
.event-prana-breadcrumb {
@media (min-width: 1200px) {
padding: 385px 0 155px !important;
}
}
@media (max-width: 530px) {
.event-prana-breadcrumb {
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;
}
}
}