fiix(site): Fix custom logo size in Safari (#5966)

This commit is contained in:
Bruno Quaresma
2023-02-02 10:42:05 -03:00
committed by GitHub
parent c9f3acabd3
commit 01ebfdc9dd
@@ -207,7 +207,6 @@ const useStyles = makeStyles((theme) => ({
padding: theme.spacing(2),
// svg is for the Coder logo, img is for custom images
"& svg, & img": {
width: "100%",
height: "100%",
objectFit: "contain",
},