home page issues fixed

This commit is contained in:
Alaguraj0361 2025-09-16 23:37:55 +05:30
parent 4852f19771
commit e2b3952ffa
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import CounterUp from "@/components/elements/CounterUp"
export default function CounterSection() {
return (
<>
<section className="funfact-section centred">
<section className="funfact-section centred" style={{paddingTop:"30px"}}>
<div className="auto-container">
<div className="inner-container">
<div className="row clearfix">

View File

@ -129,7 +129,7 @@
padding: 150px 0px 150px 0px;
}
@media (max-width:768px) {
@media (max-width:500px) {
.banner-carousel .swiper-slide {
padding: 0px;
height: 100%;