Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1921 Rev 1932
Línea 24... Línea 24...
24
  return (
24
  return (
25
    <>
25
    <>
26
      <Box
26
      <Box
27
        sx={{
27
        sx={{
28
          width: '100%',
28
          width: '100%',
29
          maxHeight: '300px',
-
 
30
          position: 'relative',
29
          position: 'relative',
31
          overflow: 'hidden',
30
          overflow: 'hidden',
32
          '& img': {
31
          '& img': {
33
            width: '100%',
32
            width: '100%',
34
            maxHeight: '300px',
33
            maxHeight: '300px',
-
 
34
            minHeight: '150px',
35
            objectFit: 'cover'
35
            objectFit: 'cover'
36
          }
36
          }
37
        }}
37
        }}
38
      >
38
      >
39
        <img src={cover} alt='Profile cover' />
39
        <img src={cover} alt='Profile cover' />