Skip to content

Commit

Permalink
Merge pull request #49 from gugcz/main
Browse files Browse the repository at this point in the history
feat(logo): google for edu logo, updated sizing
  • Loading branch information
ryzizub authored Dec 6, 2023
2 parents 9af5051 + 08f68c6 commit 2730fdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions components/PartnersSection/PartnersSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ const useStyles = makeStyles(({ spacing, breakpoints }) => ({
},
gold: {
display: 'flex',
justifyContent: 'space-evenly',
maxHeight: 80,
justifyContent: 'center',
flexWrap: 'wrap',
maxWidth: 700,
width: '100%',
'&>*': {
maxWidth: '50%',
display: 'flex',
justifyContent: 'space-evenly',
'&>*': {
objectFit: 'contain',
maxWidth: '100%',
},
},
[breakpoints.down('sm')]: {
Expand Down Expand Up @@ -75,6 +77,9 @@ export const PartnersSection = () => {
<a href="https://www.dotekomanie.cz/">
<img src={'/images/partners/dotekomanie.png'} alt="Dotekománie" className={classes.image} />
</a>
<a href="https://edu.google.com/">
<img src={'/images/partners/googleedu.png'} alt="Google For Education" className={classes.image} />
</a>
</Box>
<Button variant={'contained'} color={'primary'} className={classes.action} href="mailto:[email protected]">
Stát se partnerem
Expand Down
Binary file added public/images/partners/googleedu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2730fdb

Please sign in to comment.