diff --git a/public/assets/sass/template/footers/_footer.scss b/public/assets/sass/template/footers/_footer.scss index 3878d0a..47a7a9f 100644 --- a/public/assets/sass/template/footers/_footer.scss +++ b/public/assets/sass/template/footers/_footer.scss @@ -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; + } } \ No newline at end of file diff --git a/public/assets/sass/template/sections/_category.scss b/public/assets/sass/template/sections/_category.scss index ebdda3d..016fee5 100644 --- a/public/assets/sass/template/sections/_category.scss +++ b/public/assets/sass/template/sections/_category.scss @@ -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%; } diff --git a/public/assets/sass/template/sections/_counter.scss b/public/assets/sass/template/sections/_counter.scss index 6f5a7f9..6c1533a 100644 --- a/public/assets/sass/template/sections/_counter.scss +++ b/public/assets/sass/template/sections/_counter.scss @@ -301,7 +301,7 @@ } &.style2 { - padding: 60px; + padding: 34px; // margin-top: 50px; .thumb { diff --git a/src/components/FooterAreaOne.jsx b/src/components/FooterAreaOne.jsx index b9cb369..54d2d52 100644 --- a/src/components/FooterAreaOne.jsx +++ b/src/components/FooterAreaOne.jsx @@ -11,7 +11,7 @@ const FooterAreaOne = () => {