Fix slides mobile bpoints
This commit is contained in:
parent
2d3ef54d82
commit
32f9f2976f
@ -30,7 +30,7 @@ const Related = ({ data, isInPost }: Props) => {
|
||||
'(max-width: 1140px)': {
|
||||
slides: { perView: 2.9, spacing: 22 }
|
||||
},
|
||||
'(max-width: 850px)': {
|
||||
'(max-width: 900px)': {
|
||||
slides: { perView: 1.12, spacing: 12 }
|
||||
}
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@ const Events = () => {
|
||||
'(max-width: 1140px)': {
|
||||
slides: { perView: 2.915, spacing: 20 }
|
||||
},
|
||||
'(max-width: 850px)': {
|
||||
'(max-width: 900px)': {
|
||||
slides: { perView: 1.12, spacing: 12 }
|
||||
}
|
||||
}
|
||||
|
||||
@ -31,7 +31,7 @@ const LatestNews = ({ data }: Props) => {
|
||||
'(max-width: 1140px)': {
|
||||
slides: { perView: 2.915, spacing: 20 }
|
||||
},
|
||||
'(max-width: 850px)': {
|
||||
'(max-width: 900px)': {
|
||||
slides: { perView: 1.12, spacing: 12 }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user