diff --git a/components/PartnersSection/PartnersSection.jsx b/components/PartnersSection/PartnersSection.jsx
index 257e170..783df3b 100644
--- a/components/PartnersSection/PartnersSection.jsx
+++ b/components/PartnersSection/PartnersSection.jsx
@@ -29,12 +29,12 @@ const useStyles = makeStyles(({ spacing, breakpoints }) => ({
},
[breakpoints.down('sm')]: {
flexDirection: 'column',
- maxWidth: '80vw',
maxHeight: 'initial',
margin: spacing(4, 0),
'&>*': {
objectFit: 'contain',
height: 80,
+ maxWidth: '100%',
},
},
},
@@ -44,6 +44,11 @@ const useStyles = makeStyles(({ spacing, breakpoints }) => ({
margin: 0,
},
},
+ image: {
+ [breakpoints.down('sm')]: {
+ width: '100%',
+ },
+ },
}));
export const PartnersSection = () => {
@@ -54,10 +59,21 @@ export const PartnersSection = () => {
} title="Partneři" />
-
+
+
+
+
-
+