Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1906 | Rev 1921 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1906 Rev 1907
Línea 52... Línea 52...
52
    <>
52
    <>
53
      <Box
53
      <Box
54
        sx={{
54
        sx={{
55
          width: '100%',
55
          width: '100%',
56
          maxHeight: '300px',
56
          maxHeight: '300px',
57
          position: 'relative'
57
          position: 'relative',
-
 
58
          overflow: 'hidden',
-
 
59
          '& img': {
-
 
60
            width: '100%',
-
 
61
            maxHeight: '300px',
-
 
62
            objectFit: 'cover'
-
 
63
          }
58
        }}
64
        }}
59
      >
65
      >
60
        <img src={cover} alt='Profile cover' />
66
        <img src={cover} alt='Profile cover' />
Línea 61... Línea 67...
61
 
67