home page issues fixed
This commit is contained in:
parent
4852f19771
commit
e2b3952ffa
@ -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">
|
||||
|
||||
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user