Footer correction updated
This commit is contained in:
parent
8f71e96a9c
commit
0d7c3b8eaf
@ -272,21 +272,27 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media(max-width:"500px") {
|
||||
@media(max-width: 767px) {
|
||||
.footer-menu-link {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-logo {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.footer-contact {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-widget {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 500px) {
|
||||
.footer-logo {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
@ -211,12 +211,12 @@
|
||||
}
|
||||
|
||||
.thaipoosam-iframe {
|
||||
height: 1780px !important;
|
||||
height: 1550px !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.donation-iframe {
|
||||
height: 1911px;
|
||||
height: 1915px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -232,12 +232,7 @@
|
||||
}
|
||||
|
||||
.thaipoosam-iframe {
|
||||
height: 1500px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.donation-iframe {
|
||||
height: 1911px;
|
||||
height: 1480px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@ -259,7 +254,7 @@
|
||||
}
|
||||
|
||||
.donation-iframe {
|
||||
height: 2000px;
|
||||
height: 2015px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@ -267,7 +262,7 @@
|
||||
|
||||
@media(max-width:500px) {
|
||||
.donation-iframe {
|
||||
height: 2161px;
|
||||
height: 2165px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -282,7 +277,7 @@
|
||||
}
|
||||
|
||||
.thaipoosam-iframe {
|
||||
height: 1772px !important;
|
||||
height: 1650px !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -291,12 +286,12 @@
|
||||
|
||||
@media(max-width:375px) {
|
||||
.donation-iframe {
|
||||
height: 2440px;
|
||||
height: 2520px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.thaipoosam-iframe {
|
||||
height: 1813px !important;
|
||||
height: 1840px !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@ -301,7 +301,7 @@
|
||||
}
|
||||
|
||||
&.style2 {
|
||||
padding: 60px;
|
||||
padding: 34px;
|
||||
// margin-top: 50px;
|
||||
|
||||
.thumb {
|
||||
|
||||
@ -11,7 +11,7 @@ const FooterAreaOne = () => {
|
||||
<div className="widget-area">
|
||||
<div className="row justify-content-between">
|
||||
{/* Quick Links Section */}
|
||||
<div className="col-md-6 col-xl-auto text-md-left text-center">
|
||||
<div className="col-md-2 col-xl-auto text-md-left text-center">
|
||||
<div className="widget widget_nav_menu footer-widget">
|
||||
<h3 className="widget_title">Quick Links</h3>
|
||||
<div className="menu-all-pages-container">
|
||||
@ -34,7 +34,7 @@ const FooterAreaOne = () => {
|
||||
</div>
|
||||
|
||||
{/* Logo and Social Links Section */}
|
||||
<div className="col-md-6 col-xl-auto text-center">
|
||||
<div className="col-md-5 col-xl-auto text-center">
|
||||
<div className="widget footer-widget">
|
||||
<div className="widget-contact">
|
||||
<img
|
||||
@ -64,7 +64,7 @@ const FooterAreaOne = () => {
|
||||
</div>
|
||||
|
||||
{/* Contact Section */}
|
||||
<div className="col-md-6 col-xl-auto text-md-right">
|
||||
<div className="col-md-5 col-xl-auto text-md-right">
|
||||
<div className="widget footer-widget footer-contact">
|
||||
<h3 className="widget_title">Contact</h3>
|
||||
<div className="widget-contact">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user