Fix profile images in some bp

This commit is contained in:
Fede Álvarez 2022-04-19 09:40:47 +02:00
parent 9d0531ccd1
commit 40f2f41414
2 changed files with 7 additions and 2 deletions

View File

@ -125,6 +125,11 @@
img {
@include respond-to('mobile') {
width: tovw(152px, 'mobile');
height: tovw(152px, 'mobile');
}
@media screen and (max-width: 600px) {
width: tovw(192px, 'mobile');
height: tovw(192px, 'mobile');
}

View File

@ -76,10 +76,10 @@ function Team({ members, teamName, teamNumber, teamDept }: Teams) {
},
breakpoints: {
'(max-width: 900px)': {
slides: { perView: 2.45, spacing: 25, origin: 'center' }
slides: { perView: 2, spacing: 20, origin: 'center' }
},
'(max-width: 600px)': {
slides: { perView: 1.65, spacing: 40, origin: 'center' }
slides: { perView: 1.65, spacing: 35, origin: 'center' }
},
'(min-width: 901px)': {
disabled: true