@@ -32,7 +32,7 @@ export default function PranaprathistapanaiPujai() {
🌐 Website: waterloomurugantemple.ca
-
+
Stay Connected
Join our WhatsApp community group or follow us on social media for real-time updates and announcements.
@@ -42,7 +42,7 @@ export default function PranaprathistapanaiPujai() {
Facebook
Instagram
May the blessings of Lord Murugan, Lord Vinayagar, and Lord Perumal be with you and your family always!
diff --git a/src/app/event-pranaprathistapanai-pujai/pranaprathistapanai.jsx b/src/app/event-pranaprathistapanai-pujai/pranaprathistapanai.jsx
index fd1504b..ffedce3 100644
--- a/src/app/event-pranaprathistapanai-pujai/pranaprathistapanai.jsx
+++ b/src/app/event-pranaprathistapanai-pujai/pranaprathistapanai.jsx
@@ -245,12 +245,12 @@ const Pranaprathistapanai = () => {
-
- Interac E-Transfer: Send your donations to donate@waterloomurugantemple.ca
+ Interac E-Transfer: Send your donations to donate@waterloomurugantemple.ca
(Please mention "Prana Prathishta Donation" and your phone number/email in the notes for tax receipts).
-
- Online Credit/Debit Card: Secure Online Donation
+ Online Credit/Debit Card: Secure Online Donation
@@ -324,7 +324,7 @@ const Pranaprathistapanai = () => {
{/* Gallery Section */}
-
+ {/*
@@ -360,7 +360,7 @@ const Pranaprathistapanai = () => {
)}
-
+
*/}
{/* Registration Section */}
{/*
diff --git a/src/app/globals.scss b/src/app/globals.scss
index 2de0ee6..6ba802a 100644
--- a/src/app/globals.scss
+++ b/src/app/globals.scss
@@ -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;
+ }
+ }
+}
+