Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b6b6b987f | |||
| 3d8e757fac | |||
| 5b42cc01f7 | |||
| bf00f7ed61 |
@@ -17,12 +17,18 @@ export default function FeaturedScreen() {
|
||||
dots: true,
|
||||
responsive:{
|
||||
0:{
|
||||
items:2
|
||||
items:1
|
||||
},
|
||||
600:{
|
||||
items:2
|
||||
},
|
||||
800:{
|
||||
items:3
|
||||
},
|
||||
1000:{
|
||||
1200:{
|
||||
items:4
|
||||
},
|
||||
1400:{
|
||||
items:5
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ function News() {
|
||||
<section className="blogpage-section">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-12 col-md-7">
|
||||
<div className="col-12">
|
||||
<Blogs />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user